Swapnil133609 / apkinspector

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

[bug] blank in filename of apk #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. If there is a blank in the filename of apk, the Java,Smali and Manifest will 
not work.

Original issue reported on code.google.com by zc1988...@gmail.com on 30 Aug 2011 at 3:46

GoogleCodeExporter commented 8 years ago
In my case,
only java tab doesn't work.

To decompile, dex2jar and jad need executable permission.

chmod u+x dex2jar/dex2jar.sh
chmod u+x jad158e.linux.static/jad

After this, it works.

Original comment by cheru...@gmail.com on 7 Oct 2011 at 2:48