honeynet / apkinspector

APKinspector is a powerful GUI tool for analysts to analyze the Android applications.
826 stars 243 forks source link

No ouput under the "Java" tab. [moved] #1

Open ryanwsmith opened 11 years ago

ryanwsmith commented 11 years ago

This is Issue 1 moved from a Google Code project. Added by 2011-08-28T14:46:25.000Z by zny...@gmail.com. Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

<b>What steps will reproduce the problem?</b>
1. Open an apk file
2. Double click on a method name
3. Open the Java tab

<b>What is the expected output? What do you see instead?</b>

Expected: Java code of the class
Seen: Nothing

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

<b>Please provide any additional information below.</b>

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.