安装 scala android eclipse 插件
我是 eclipse scala 和 android 的新手,但我一直在尝试构建 scala android 应用程序并成功运行它一段时间了。我发现 这个 插件应该可以让我做到这一点,但我似乎无法做出决定或它的尾巴。
我读了自述文件。我下载了。我将 bin 文件夹的内容复制到 eclipse 安装的 dropins 文件夹中(其中包括 sdk,其中包含必需的插件开发工具)。我手动将性质添加到项目文件中。
现在怎么办?
我仍然无法从我的 java android 应用程序引用 scala 类。
我想我想问的是:我如何知道该东西何时安装? 和 添加性质后如何使用它?我是否要让一个 android 项目添加性质,然后引用一个 scala 项目? 我一开始就添加了自然属性吗?
谢谢
I am new to eclipse scala and android but I've been trying to build a scala android application and run it successfully for some time now. I found this plugin that is supposed to allow me to do that but I can't seem to make heads or tails of it.
I read the readme. I downloaded it. I copied the contents of the bin folder to the dropins folder of my eclipse instalation( which includes the sdk which includes the plugin development tools which were a requirement). I manually added the nature to the project file.
Now what?
I still can't reference scala classes from my java android app.
I guess what I am trying to ask is: How do I know when the thing is installed?
and
How do I work with it after adding the nature? Do i make an android project add the nature and then reference a scala project to it?
Did I add the nature ok in the first place?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
前段时间我很幸运,我认为诀窍是在 Java 中创建一个主类,然后立即将控制权移交给 scala 类:)
I had some luck with that some time ago, I think the trick was to create a main class in Java and immediately hand over the control to a scala class instead :)