
In the previous post we learned to decompile Java Files from the apk. Now we will continue further and extract xml and all other resources from the apk (SoundDemo.apk)
Step 1 : We stored the extracted java files in Decompiled soundDemo folder. Now Copy SoundDemo.apk and framework-res.apk in apktool->apktool folder.
Step 2 : Open Command Prompt and type the command below.
1) cd pathtoapktoolfolder
2) apktool if framework-res.apk
3)...