安装 scala android eclipse 插件

发布于 2024-10-09 15:38:08 字数 468 浏览 1 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

嗳卜坏 2024-10-16 15:38:08

前段时间我很幸运,我认为诀窍是在 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 :)

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