Skip to content

Releases: dirkvranckaert/AndroidDecompiler

Skipping decompilation parts

02 Oct 08:26

Choose a tag to compare

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

01 Oct 13:09

Choose a tag to compare

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!

screen shot 2014-10-01 at 14 33 57