alexzaitsev / apk-dependency-graph

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

Can't analyze with nofilter #46

Closed SupinePandora43 closed 5 years ago

SupinePandora43 commented 5 years ago

if i run without filter (nofilter) i'll get Check your filter after decompiling dex file

alexzaitsev commented 5 years ago

Yes that's correct behavior. For now lets leave is as it is because @victorrattis works on the https://github.com/alexzaitsev/apk-dependency-graph/issues/40 and the app will be desktop soon.

P.S. There is an example of using nofilter here.

alexzaitsev commented 5 years ago

Fixed in scope of #48