I have downloaded an application on my androids mobile. Now my question can i get source file of that application ? Is there any decompiler available for same ?
Thanks in advance
I have downloaded an application on my androids mobile. Now my question can i get source file of that application ? Is there any decompiler available for same ?
Thanks in advance
No you can't get the java source code. You can get the assets, drawable and all XML files but that's all. Android uses ProGuard to obfuscate its code.