A simple bash script to decompile android apps.
Clone it:
$ git clone https://github.com/TheYahya/android-decompile.gitChange current directory to the android-decompile. Yes! It's a part of installation :)
$ cd android-decompileInstall 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-jreAnd 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.shand check out the result/ dir.
MIT License