alexzaitsev / apk-dependency-graph

Android class dependency visualizer. This tool helps to visualize the current state of the project.
Apache License 2.0
751 stars 71 forks source link

Does not work for apk with enabled "Instant Run" feature #5

Closed adjorno closed 7 years ago

alexzaitsev commented 7 years ago

Hello @adjorno apktool cannot decompile such builds. It's noted in the readme. So I'm closing this as not a valid bug.
Moreover I think that a build with enabled instant run feature will contain a lot of 'rubbish' classes and need to be carefully filtered.

adjorno commented 7 years ago

In that case it would be useful to provide more informative message instead of "check your filters!"

On Sep 27, 2016 10:31, "Alexander Zaitsev" notifications@github.com wrote:

Hello @adjorno https://github.com/adjorno apktool cannot decompile such builds. It's noted in the readme. So I'm closing this as not a valid bug.

Moreover I think that a build with enabled instant run feature will contain a lot of 'rubbish' classes and need to be carefully filtered.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexzaitsev/apk-dependency-graph/issues/5#issuecomment-249787939, or mute the thread https://github.com/notifications/unsubscribe-auth/AVJIzCaBZzwy2D0n395wjNjWcJw9BP9Pks5quMZUgaJpZM4KGpZA .

alexzaitsev commented 7 years ago

I'll try to handle this. Thank you for submitting the issue.

alexzaitsev commented 7 years ago

Fixed in 0.0.4