1

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

user1235766
  • 21
  • 2
  • 3
  • 1
    This answer might help you http://stackoverflow.com/questions/1249973/decompiling-dex-into-java-sourcecode – Danny Mar 30 '12 at 12:50

2 Answers2

0

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.

Manitoba
  • 8,522
  • 11
  • 60
  • 122
0

There are tools available for decompiling android source code. Here you can get an idea about how to decompile.

sha256
  • 3,029
  • 1
  • 27
  • 32