arunkumar9t2 / scabbard

🗡 A tool to visualize Dagger 2 dependency graphs
https://arunkumar9t2.github.io/scabbard
Apache License 2.0
852 stars 35 forks source link

scabbard icon doesn't show after Studio plugin installation #43

Closed adroitandroid closed 4 years ago

adroitandroid commented 4 years ago

hi, thanks for coming up with this!

I have installed the plugin in Android Studio 3.5.3 and also done graphViz installation such that dot -V is returning the version.

I've restarted the Android Studio since doing all the above. Yet I'm unable to get the dagger icon against my dagger subcomponents, components, modules...

What am I missing? Is there any build/run/tools/analyze menu item that will also show up, which I could use instead?

arunkumar9t2 commented 4 years ago

Hello could you confirm if you have applied the gradle plugin as well and have issued a build? The files are generated during build and icons would be only added after that.

adroitandroid commented 4 years ago

added the gradle plugin and it's working all right now, thanks