Possible Duplicate:
Is it possible to decompile an Android .apk file?
Hi, i came to know that its not possible to get our source code for an apk. i wanted to know why it cannot be decompiled.? Anyone please clear my doubt. Thanks in advance
Possible Duplicate:
Is it possible to decompile an Android .apk file?
Hi, i came to know that its not possible to get our source code for an apk. i wanted to know why it cannot be decompiled.? Anyone please clear my doubt. Thanks in advance
it's possible but not fully.. u can see all code from apk ... for new complie u need override some classes. Here solution for you question : how to decomplie apk two weeks ago ... i do it.. but way to do it is hard :( .
The android apk is the type of dex convert the dex to jar and then the jar will be easily converted back to .java. Then you have then complete source code. Tested