Reputation: 1089
I am trying to reverse engineer an APK file.
I tried apk2jar to get classes and resource files. But I am not able to uncompress assets.
Can anybody help?
Upvotes: 1
Views: 2329
Reputation: 72533
Use apktool. It will reverse engineer all layouts, values, assets etc.
Apktool: http://ibotpeaches.github.io/Apktool/
Upvotes: 2