All Projects → kaygisiz → Apk Dependency Graph Plugin

kaygisiz / Apk Dependency Graph Plugin

Licence: apache-2.0
Displays dependencies between classes as fancy graph.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Apk Dependency Graph Plugin

myplanet
🌕 myPlanet android app reads data from 🌎 for offline use as well as it collect usage data and sends them back to the Planet.
Stars: ✭ 17 (-52.78%)
Mutual labels:  apk, android-studio
Little-Ruler
A game engine that can be built for Android and Windows.
Stars: ✭ 16 (-55.56%)
Mutual labels:  apk, android-studio
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (-30.56%)
Mutual labels:  apk, android-studio
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+3947.22%)
Mutual labels:  apk, android-studio
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (+1188.89%)
Mutual labels:  apk, decompile
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+7305.56%)
Mutual labels:  apk, decompile
react-native-decompiler
Decompile React Native Android/IOS Bundle.
Stars: ✭ 78 (+116.67%)
Mutual labels:  apk, decompile
android-decompile
📱 Decompile android apps with a single command
Stars: ✭ 17 (-52.78%)
Mutual labels:  apk, decompile
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+1063.89%)
Mutual labels:  apk, decompile
Injuredandroid
A vulnerable Android application that shows simple examples of vulnerabilities in a ctf style.
Stars: ✭ 317 (+780.56%)
Mutual labels:  apk, android-studio
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (+100%)
Mutual labels:  android-studio, dagger2
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (+1775%)
Mutual labels:  apk, decompile
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (+47.22%)
Mutual labels:  android-studio, dagger2
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (+552.78%)
Mutual labels:  apk, decompile
youtube-android
Source code as seen on my YouTube videos!
Stars: ✭ 35 (-2.78%)
Mutual labels:  dagger2, android-studio
Android Yolo
Real-time object detection on Android using the YOLO network with TensorFlow
Stars: ✭ 604 (+1577.78%)
Mutual labels:  apk, android-studio
Onekey Decompile Apk
一步到位反编译apk工具(onekey decompile apk)
Stars: ✭ 746 (+1972.22%)
Mutual labels:  apk, decompile
Asobimasu
Games for android
Stars: ✭ 15 (-58.33%)
Mutual labels:  android-studio
Rankmusic
RankMusic音乐排行榜 一个使用kotlin 语言开发的android项目。
Stars: ✭ 30 (-16.67%)
Mutual labels:  dagger2
Simple Example Dagger Android
Example repository displaying the usage of Dagger's new Android injection
Stars: ✭ 13 (-63.89%)
Mutual labels:  dagger2

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].