Skip to content

Releases: dirkvranckaert/AndroidDecompiler

Skipping decompilation parts

Choose a tag to compare

@dirkvranckaert dirkvranckaert released this 02 Oct 08:26

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

Choose a tag to compare

@dirkvranckaert dirkvranckaert released this 01 Oct 13:09

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