sky201503 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

Inner classes not translated? #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
0.0.7.11, running on Mac OS X 10.6.7, Java says its 1.6.0_24.

Original comment by reuben.s...@gmail.com on 13 Aug 2011 at 9:39