Monday, August 31, 2009

Android: Read AndroidManifest.xml in apk

http://ysl-paradise.blogspot.com/2008/10/android_27.html

1. unzip apk, and you will get AndroidManifest.xml, but it's not plain text file
2. 3 ways to decode as stated in the reference link, ex.
$ java -jar AXMLPrinter2.jar binary_xml_file

You will get the plain text content.

No comments:

Related Posts Plugin for WordPress, Blogger...