A simple bash script to decompile android apps.
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.
Copy all your apk files into apk/
dir, then just run the decompile.sh
:
$ ./decompile.sh
and check out the result/
dir.
MIT License