Swapnil133609 / apkinspector

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

No ouput under the "Java" tab. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open an apk file
2. Double click on a method name
3. Open the Java tab

What is the expected output? What do you see instead?

Expected: Java code of the class
Seen: Nothing

What version of the product are you using? On what operating system?
Rev: a88447c82093   

Please provide any additional information below.

I use it on a REMnux 2.0 VM (Based on Ubuntu 9.10)
The java source file are created in the temp directory of apk inspector, but 
the Java tab displays nothing.
I got a lot of such messages:
The class file version is 50.0 (only 45.3, 46.0 and 47.0 are supported)

or

Couldn't fully decompile method XXXXXXXX

All the other tab outputs seem ok.

Original issue reported on code.google.com by zny...@gmail.com on 28 Aug 2011 at 2:46

GoogleCodeExporter commented 8 years ago
hi, 

i have also encountered the problem and the workaround that i've used is using 
jadretro and added it in JAD.py. I've also notice that the command for jad is 
incorrect (not entirely sure about) since it doesn't process subfolders. 

Hope this helps. 

Original comment by draeon.l...@gmail.com on 9 Nov 2011 at 6:33

GoogleCodeExporter commented 8 years ago
Hi Draeon, I'm getting the same issue and cannot resole. I have jadretro, can 
you be more specific about how I should modify jad?

Thanks!

Original comment by hovio...@gmail.com on 15 Feb 2012 at 3:10

GoogleCodeExporter commented 8 years ago
I've gotten around this by updating the dex2jar packaged that comes with 
apkinspector. (see issue 6 for additional code changes required for JAD.py)

Original comment by iainfunn...@gmail.com on 4 Aug 2012 at 5:46