简体   繁体   中英

Installing the scala android eclipse plugin

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

不久前我很幸运,我认为诀窍是在Java中创建一个主类,然后立即将控件交给scala类:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM