How To Decompile The APK File Using APK Tool In Your Windows Machine

Steps To Decompile The APK File Using APK Tool:

  • Keep the apk file in the apk tool folder.
  • Open the command prompt.
  • Type cd/ and press enter.
  • Copy the path of apk tool folder.
  • Type cd and path of apk tool folder in the command prompt and press enter.
  • Type apktool if test.apk (Instead of test.apk type your apk file name) in the command prompt and press enter.
  • Type apktool d test.apk (Instead of test.apk type your apk file name) in the command prompt and press enter.

You’re done.

So, We have decompiled the APK file using APK Tool.

Happy Hacking!

--

--