Open oconnor663 opened 11 years ago
I am also seeing this issue. I disabled Proguard because it was not working with Java 7. Any ideas?
ProGuard is required to dex Scala libraries. If you want to disable ProGuard, please refer to these resources.
https://github.com/jberkel/android-plugin/issues/114 https://github.com/jberkel/android-plugin/wiki/Predex https://groups.google.com/forum/#!topic/scala-on-android/-j_CIRzANuQ
I create a new project with proguard disabled like this:
Then without changing anything, I launch the new project on my device:
The app crashes with the following error
I'm a beginner with Android apps, so I don't really know what to try with proguard. Any suggestions for what to try?