android - How to get source files from .apk file? -


this question has answer here:

i new android application development. developed 1 android application.i build , install .apk file in mobile. lost source file.i have .apk file. possible recover source file .apk file. developed application in eclipse android 4.0 version please me go forward. thank you, bye.

the java class files converted dex files , packed along other resource, can use file compressing software contents of apk file source code difficult

how java source code dex files contain java source code, dex2jar tool can used jar file dex file , once jar file use jd-gui source code in java. keep in mind if user has used obfuscation java code obfuscated , have deobfuscator(i havent used this)

to other resources can used apktool reverse engineer code , other resources, here in xda forums can know how use it


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -