Here is my complete log: log
I use scala, sbt and android-plugin. I have a lot of imports so it might be the reason why I get that. Someone seemed to have the same problem and resolved it by "battling with proguard". github issue
Here is my complete log: log
I use scala, sbt and android-plugin. I have a lot of imports so it might be the reason why I get that. Someone seemed to have the same problem and resolved it by "battling with proguard". github issue
If I remember correctly, this problem has been fixed in more recent versions of ProGuard. You can simply replace the directory tools/proguard
in the Android SDK (or even just tools/proguard/lib/proguard.jar
). If that doesn't help, please file a bug report on the ProGuard site.