3. Reverse Engineering .APK using APKTool to get SMALI Files HD
Read More - http://nestedif.com/android-security/3-reverse-engineering-android-apk-using-apktool-get-smali-files/ Reversing Android .apk file to get Source Code in Smali format (assembly language equivalent) using ApkTool. Advantage of converting into Smali is we can modify the code and recompile .apk, which can be installed within phone after signing with debug certificate. You can get smali files, Manifest.xml, Resources consisting strings.xml-layout files etc, raw files, certificates if used, assets, etc.