Download >>>>>>>>>>>>>>>
Using the graphical anti-compilation tool: Androidfby
Open Androidfby in the Android Anti-compilation tool, select the appropriate apk, click "Anti-compilation", you can get the apk layout files and pictures
Another way is to use the Apktool.bat Input command to decompile, the error probability less, but not so convenient
..... \apktool>apktool.bat D testandroid.apk
View Java code with Jdgui.exe:
After the anti-compilation folder found Classes.dex (this file can be obtained from the previous step, you can also change the apk file extension to. zip extract)
Copy the Dex file to the folder directory under Dex2jar
Execute the following command Dex2jar.bat Classes.dex
Then a classes_dex2jar.jar is generated under the Dex2jar.
Run Jd-gui ... Jd-gui.exe in the directory, select menu: File, Open file select Classes_dex2jar.jar to view Java code
Using the File->save all sources menu, all files are exported as Java source files and copied to the SRC directory of the project.