I am trying to build Gluon application with Akka. Building for API 22. Everytime I try to run it, I successfully compile other dependencies (I see them in bottom panel) but always get problem with Scala or Akka, however, everytime I run it, error is on other line/file.
Asked
Active
Viewed 127 times
1 Answers
2
Scala 2.11.8 is the current and latest version that will run on android.
I don't know about akka as it is not a good fit on android.

pfn
- 1,820
- 12
- 11
-
1Akka 2.3.x is the last version to support Java 6 and has been reported to run on Android. See example using macroid [here](http://macroid.github.io/modules/Akka.html). – Not Mandatory Sep 10 '16 at 05:32