How to decompile an APK or DEX file on Android platform? [closed] How to decompile an APK or DEX file on Android platform? [closed] android android

How to decompile an APK or DEX file on Android platform? [closed]


You need Three Tools to decompile an APK file.

  1. Dex2jar - Tools to work with android .dex and java .class files

  2. ApkTool - A tool for reverse engineering Android apk files

  3. JD-GUI - Java Decompiler is a tools to decompile and analyze Java 5 “byte code” and the later versions.

for more how-to-use-dextojar. Hope this will help You and all! :)


I have created a tool that combines dex2jar, jd-core and apktool: https://github.com/dirkvranckaert/AndroidDecompilerJust checkout the project locally and run the script as documented and you'll get all the resources and sources decompiled.