android-decompile icon indicating copy to clipboard operation
android-decompile copied to clipboard

:iphone: Decompile android apps with a single command

Android decompiler!

A simple bash script to decompile android apps.

Installation

Clone it:

$ git clone https://github.com/TheYahya/android-decompile.git

Change current directory to the android-decompile. Yes! It's a part of installation :)

$ cd android-decompile

Install dependencies: Only if you haven't java on your machine! which is impossible if you're android developer :) But if you haven't, It will do with the openjdk, Which on ubuntu would be like this:

$ apt-get install openjdk-9-jre

And make decompile.sh executable:

$ chmod +x decompile.sh 

Congratulation, It's done.

Usage

Copy all your apk files into apk/ dir, then just run the decompile.sh:

$ ./decompile.sh

and check out the result/ dir.

License

MIT License