Follow these instructions to get apktool installed for your platform: http://ibotpeaches.github.io/Apktool/install/
Download dex2jar and add it to your path: https://bitbucket.org/pxb1988/dex2jar/downloads
Download JD from: http://jd.benow.ca/
- To get XML, drawables, etc:
apktool d app.apk
- To get the dex file:
unzip app.apk
d2j-dex2jar.sh classes.dex
- Open up JD and drag the generated
classes-dex2jar.jar
into the window.