android scala 和 eclipse
我尝试按照此处的说明链接文本制作一个scala应用程序。但是,当我运行“ant install”命令时,出现以下错误,
aaptexec doesn't support the "basename" attribute
我读到这是因为新的 sdk 7 版本 此处。然而,该线程上似乎没有人提供任何解决方案。
有没有人尝试过用新的sdk来做到这一点? 提前致谢
I tried following the instructions here link text to make a scala application. However when I run the "ant install" command I get the following error
aaptexec doesn't support the "basename" attribute
I read this is because of the new sdk 7 version here. However noone on that thread seems to offer any solution.
Has anyone tried to do this with the new sdk?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此处找到的解决方案使用最新的 Android SDK、Eclipse 3.7.2 和 Scala 2.9:
https://stackoverflow.com/a/11084146 /1287856
Solution found here to use the latest Android SDK, with Eclipse 3.7.2 and Scala 2.9 :
https://stackoverflow.com/a/11084146/1287856
http://code.google.com/p/treeshaker/ 可能就是您想要的寻找。
这是 Eclipse 的构建步骤,与 Scala IDE 一起使用,将使您能够在 Android 上使用 Scala。
http://code.google.com/p/treeshaker/ may be what you're looking for.
It's a build step for Eclipse which, used together with Scala IDE, will enable you to use Scala on Android.
您可以查看 在 Scala 中构建 Android 应用程序使用sbt,我发现使用SBT构建Scala/Andoird应用程序比Eclipse容易得多。
您还应该使用 https://github.com/steve918/android-plugin 而不是插件- 在页面中描述是否要使用最新的 Android SDK。
You may take a look at Building Android apps in Scala with sbt, I found it is much easier to use SBT to build Scala/Andoird application than Eclipse.
You should also use https://github.com/steve918/android-plugin instead of the plug-in describe at the page if you want use latest Android SDK.