kaygisiz / APK-Dependency-Graph-Plugin

Displays dependencies between classes as fancy graph.

Home Page:https://plugins.jetbrains.com/plugin/10107-dependency-injection-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APK Dependency Graph

Build Status

APK Dependency Graph is a plugin for Android Studio that allows display graph of dependencies.

How to install

  • in Android Studio: go to Settings → Plugins → Browse repositories and search for APK Dependency Graph

or

  • download it and install via Preferences → Plugins → Install plugin from disk

How to use

  1. Go to Settings → Instan Run in Android Studio and disable Enable Instant Run to hot swap code/resource changes on deploy
  2. Build Apk with disabled Instant Run
  3. Click Tools → APK Dependency Graph → Generate Dependency Graph
  4. Select apk file from shown dialog
  5. Click Tools → APK Dependency Graph → Set Package Filter enter package name (e.g. com.example.package) as a filter so you will avoid unnecessary dependencies in your graph.

Optional

  • Go to Tools → APK Dependency Graph → Show Generated Graph to see last generated dependencies graph of current project in browser.
  • Select Tools → APK Dependency Graph → Disable Inner Classes to define if you want to skip inner classes on your graph or not.

About

Displays dependencies between classes as fancy graph.

https://plugins.jetbrains.com/plugin/10107-dependency-injection-graph

License:Apache License 2.0


Languages

Language:Java 61.9%Language:HTML 21.0%Language:JavaScript 14.8%Language:CSS 2.4%