Hello. There are several ways to install Scala libs on Android. The problem is that some of them doesn't work with Android 4.0 and newer. I've used this tool https://github.com/svenwiegand/scala-libs-for-android-emulator (or something similarly named) with a standard Android 4.2 emulator and it worked perfectly. I haven't touched Scala on Android since September, so things may change :) I think that sbt-android uses the same method as the tool from Github. It's your choice. Personally I prefer IDEA's build system because of it's simplicity.
2014-03-04 15:18 GMT+04:00 David Pérez <[email protected]>: > Hi, > > I'm new to Scala+Android. > > I'm curious to know if you really use Android-Scala-Installer for > debugging. I know that using ProGuard is very slow. > > How can I have 2 different setups for debugging and generating the > production APK? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "scala-on-android" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scala-on-android/-j_CIRzANuQ/unsubscribe > . > > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
