apk-decompiler

Additional

Language
Java
Version
v1.1.0 (Mar 10, 2017)
Created
Dec 30, 2015
Updated
Apr 7, 2019 (Retired)
Owner
Dan Watling (dwatling)
Contributor
Dan Watling (dwatling)
1
Activity
Badge
Generate
Download
Source code

Advertisement

APK Decompiler

This project makes it easy to convert an installed Android app that was built with the Android SDK into readable source files.

How to use:

  • Ensure you have ADB installed
  • Attach your Android device
  • Run dist/decompile.bat

That's it! The output will be a zip file of the passed in package or keyword that contains as much of the decompiled code as possible.

NOTE: There will be no .java files, but .class files will be generated. I'd recommend using something like JD-Gui (https://github.com/java-decompiler/jd-gui/releases) to convert it into Java code.

Some of the dependent projects are not able to parse all APKs, so it isn't guaranteed to be a complete decompilation. If you see any problems during the run of APK Decompiler, I would encourage you to file a bug report with the appropriate project author!

APK Decompiler wraps the following projects:

Building

mvn clean package -U