You can try to get rid of proguard for your development builds, by setting up multidex. This however has some drawbacks:
- you need to carefully check every release build since proguarding issues may arise which weren't in debug builds as they were not proguarded - your apk size might came dramatically bigger resulting in longer deployment/install. - Its not guaranteed to be faster since dex should emit many bytecode and will consume more amount of resources for sure вторник, 2 декабря 2014 г., 19:21:50 UTC+3 пользователь alessio crestani написал: > > Hi. I'm developing a complex Android app and with scala+sbt+proguard I'm > taking aproximately 200 seconds to compile and install on emulator. > > What can I do to get a faster compile? especially for the proguard's part. > -- 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 scala-on-android+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.