I got an android project written in scala - How can i open and work with this project in eclipse? -
this question has answer here:
- scala, android , eclipse 4 answers
i got android project written in scala. how can open , work project in eclipse? plugins need? scala compiler need? want build signed apk of project.
check these guys. powerpoint , video links provided in website.
use ant or sbt compile:- (sbt plugin link) https://github.com/jberkel/android-plugin
more links:- http://days2011.scala-lang.org/node/138/291
also read issues scala v-2.9:- https://groups.google.com/forum/?fromgroups#!topic/scala-debate/el3qzebiwhg
misc:- can try methodology - install ubuntu on device (as described here:- http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/). not affect android installation.
boot ubuntu, install jdk, scala, etc, copy scala jars , run there.
Comments
Post a Comment