How to Modify or Change Android Apps .apk Files
09:12
By
Unknown
Android
0
comments
Now classes.dex file contains every important thing + all the java based file but the true thing is that its encrypted so we are going to use the dex2jar opener given below to open that file up.
- Download Dex2Jar from http://code.google.com/p/dex2jar/
- Download Java Decompiler from http://java.decompiler.free.fr/
Now this will create a file with a strange name something like "classes.dex.dex2jar.jar" so now you can open this using the WinRAR if you do not have it you can install it and start modifying your files.
[Via - AndroidGuys]
0 comments: