Friday, June 1, 2012

Tool for Inspecting Android APK Files

While it is possible to unzip an Android APK file, the files inside are not in a human readable format, even the XML files.

In order to be able to read the XML files, use apktool.

http://code.google.com/p/android-apktool/

No comments:

Post a Comment