【发布时间】:2011-12-04 03:43:09
【问题描述】:
我正在关注此页面上的视频http://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html,它使用 SBT 创建一个 Android 项目。但是我到了尝试使用
安装模拟器的地步sbt install-emulator
我收到以下错误:
[info] Nothing to compile.
[info] Post-analysis: 1 classes.
[info] == tests / compile ==
[info]
[info] == awesomepad / proguard ==
ProGuard, version 4.4
ProGuard is released under the GNU General Public License. The authors of all
programs or plugins that link to it (sbt, ...) therefore
must ensure that these programs carry the GNU General Public License as well.
Reading program directory [C:\Projects\Scala\sbt2test\awesomepad\target\scala_2.
9.1\classes]
java.io.IOException: Can't read [proguard.ClassPathEntry@550a17fb] (Can't proces
s class [com/kickass/awesomepad/R$attr.class] (Unsupported version number [51.0]
for class format))
at proguard.InputReader.readInput(InputReader.java:230)
at proguard.InputReader.readInput(InputReader.java:200)
at proguard.InputReader.readInput(InputReader.java:178)
at proguard.InputReader.execute(InputReader.java:78)
at proguard.ProGuard.readInput(ProGuard.java:195)
【问题讨论】:
-
您解决问题了吗?我遇到了同样的问题,想知道你是怎么做到的。
标签: java android scala sbt sbt-android-plugin