Closed cosic closed 8 years ago
Seems that apktools
has some issues and cannot decompile every apk. I have one hint: not to use apks with Instant Run. It cannot be decompiled in usual way.
If you don't use Instant Run could you find out the problematic file changing the sources and running the program?
You just should add log to this method private void processSmaliFile(File file)
to see what file is processing right now. After that please attach it here so I'll be able to investigate further.
I'll release a new version today where i'll wrap all sentive code into try-catch blocks but we should rich the source of the problem to really resolve it.
Thank you.
Upd: please try to run v. 0.0.3: https://github.com/alexzaitsev/apk-dependency-graph/releases/tag/0.0.3
@alexzaitsev Yep, v. 0.0.3 works as well!
I try to use
java -jar apk_dependency_graph_0.0.2.jar -i path-to-folder-with-decompiled-files -o analyzed.js -f com.example.test
and I get:If I use the
nofilter
flag I get: