Releases: dirkvranckaert/AndroidDecompiler
Releases · dirkvranckaert/AndroidDecompiler
Skipping decompilation parts
With this release you have the option to skip either the Java decompilation or the resource decompilation.
Skipping one of them will ignore all options defined regarding that part (for example the '--format' option will not be applied when using the '--skipJava' option).
Major first release
This major first release includes:
- A fully working decompilation tool (Android APK to source code)
- Includes decompiling both the Java source files as the XML-files, 9-patches and images
- The output directory can be specified (optional)
- The java files can be formatted in a nicer way for you (optional)
- The output can be placed in a fully functioning Gradle project, so the entire decompiled project can be easily opened in Android Studio (optional)
- The folder can be put on your path to be used just from anywhere
CAUTION: This is only guaranteed to work on MAC!
