// http://stackoverflow.com/questions/1249973/decompiling-dex-into-java-sourcecode/4177581#4177581
-
brew install apktool
apktool -d app.apk
-
dex2jar, which is made by a Chinese student. It will translate dex files to jar files
brew install dex2jar