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

Changed path parsing to enable multidex support #15

Closed WarrenFaith closed 7 years ago

WarrenFaith commented 7 years ago

I modified the project directory parsing a bit to make it work for multidex #12 It now goes through the project directory and looks for every available smali file and checks than, based on the absolute path, if the package matches.

alexzaitsev commented 7 years ago

First of all I want to say you thanks for your contribution. Please fix possible Exception and i'll merge your PR.

WarrenFaith commented 7 years ago

I finally managed to fix this :)

Your project helps me so I try to give back