How decompile an apk file and edit it and recompile it again??
Asked
Active
Viewed 805 times
-4
-
What's the rationale behind this? – Huey Aug 04 '15 at 11:34
-
This is not you app !! is it ? :) – P-RAD Aug 04 '15 at 11:38
-
Have you tried www.google.com ? – W3hri Aug 04 '15 at 12:04
-
oooo my god thank u :| its realy helpful :| hilarious :| – Afshin Aug 06 '15 at 12:35
1 Answers
1
If you did not compile the apk or do not have the rights to access the source code, DO NOT ATTEMPT TO DO IT, it is illegal in many places.
That being said, if it is your apk and maybe you lost the original sources, you can decompile it with online tools:
http://www.decompileandroid.com/
or with a local tool:
https://apkstudio.codeplex.com/
But keep in mind that in order to upload an update to the play store, you also need the exact same signing certificate.

Björn Kechel
- 7,933
- 3
- 54
- 57
-
that's not work for me :( i want decompile a file at all , that site decompile just some parts of this app – Afshin Aug 04 '15 at 11:50
-
Ask a lawyer if you want legal advice instead of trusting someone on the internet. Or at least double check whats legal in your jurisdiction. https://stackoverflow.com/questions/9674557/is-it-legal-to-decompile-an-apk-and-use-part-of-its-code-in-your-app seems to suggest that at least decompiling is legal in the United States – MoralCode May 22 '22 at 22:57