It seems inner classes are missing from the .class files in the .jar output,
i.e. only outer classes get translated.
Scenario: I've converted a .dex to a .jar and added it to my Android project.
Trying to instantiate one of the types in the .jar fails because the class
loader can't find an inner class definition that should surely be in there.
Original issue reported on code.google.com by reuben.s...@gmail.com on 12 Aug 2011 at 5:14
Original issue reported on code.google.com by
reuben.s...@gmail.com
on 12 Aug 2011 at 5:14