android scala 和 eclipse

发布于 2024-10-08 08:03:08 字数 478 浏览 1 评论 0原文

我尝试按照此处的说明链接文本制作一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

时光磨忆 2024-10-15 08:03:19

此处找到的解决方案使用最新的 Android SDK、Eclipse 3.7.2 和 Scala 2.9:

https://stackoverflow.com/a/11084146 /1287856

  • 它在 Android SDK 18 下编译
  • 它没有 Treeshaker 的奇怪副作用,例如忘记包含某些类。

Solution found here to use the latest Android SDK, with Eclipse 3.7.2 and Scala 2.9 :

https://stackoverflow.com/a/11084146/1287856

  • It compiles under Android SDK 18
  • It does not have the strange side-effects of Treeshaker like forgetting to include some classes.
温柔女人霸气范 2024-10-15 08:03:18

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.

演多会厌 2024-10-15 08:03:16

您可以查看 在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文