Closed GoogleCodeExporter closed 9 years ago
Original comment by bar...@gmail.com
on 18 Mar 2010 at 10:36
Issue 40 has been merged into this issue.
Original comment by bar...@gmail.com
on 26 Mar 2010 at 9:36
My findings shows that using ProGuard with overloadaggressively option often
makes the code which fails with this error.
Original comment by bar...@gmail.com
on 18 Jun 2010 at 6:43
Android Dalvik VM has problems when original application is obfuscated with
some of the settings.
This is a list of the Proguard setting that should be added to the
configuration:
-dontpreverify
-optimizations !code/simplification/arithmetic
And remove the following:
-overloadaggressively
For more information why Android require these settings read the information at
the Proguard site:
http://proguard.sourceforge.net/manual/examples.html#androidactivity
Original comment by bar...@gmail.com
on 18 Oct 2011 at 6:44
Original issue reported on code.google.com by
sonic740606
on 17 Mar 2010 at 7:00