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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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