| Issue 36: | DB Railnavigator: java.lang.NoSuchMethodError: a | |
| 4 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Install DB Railnavigator: http://railnavigator.bahn.de/rnav/dbrailnavigator_std.zip 2. Try to download a train timetable: first menu entry, some start and some end, "Abrufen" ("Download") What is the expected output? The train timetable What do you see instead? java.lang.NoSuchMethodError: a at a.aw.b(Unknown Source) at a.bm.b(Unknown Source) at a.u.b(Unknown Source) at a.f.<init>(Unknown Source) at a.bf.run(Unknown Source) at java.lang.Thread.run(Thread.java:1096) What version of the product are you using? microemu-android trunk On what operating system? Android 2.1
Mar 26, 2010
Issue 40 has been merged into this issue.
Jun 17, 2010
My findings shows that using ProGuard with overloadaggressively option often makes the code which fails with this error.
Oct 17, 2011
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
Status:
WontFix
Labels: -Milestone-3.0 |
Labels: Milestone-3.0