Decompiling an APK

Decompiling an APK

Instructions

  1. Download the files:

git clone https://github.com/ArduinoDenis/decompilare_un_apk.git
  1. Download the decompiler:

  1. Rename the file to apktool.jar.

  2. Double-click on the apktool.bat file.

  3. Copy the game/app's APK file that you want to decompile into a new folder.

  4. Open File Explorer.

  5. Navigate to the location of the APK file you want to decompile.

  6. Example: C:\Users\username\Desktop\decompilare_un_apk\

  7. In the address bar at the top, left-click and type cmd, then press Enter.

  8. Inside the Windows CMD, type "apktool d program_name.apk".

Check the screenshot to guide you through the process

Last updated