Directly unzip the APK, open androidmanifest.xml display garbled, because this is binary characters, and open the file editor independent. (You can also open the view with UltraEdit, which is shown in clear text.) It just looks like it's not very convenient to search.
Open the APK in the Androidmanifest.xml is not garbled: method one
Anti-compilation Apk:apktool D es.apk F:\tmp\es, after decompile any editing tool open is not garbled
Note: apktool can be searched for download, aapt in Apktool compressed package
View the Androidmanifest.xml in APK directly:
AAPT dump Xmltree es.apk androidmanifest.xml >63.txt
The method is simple, but the content of the display is quite chaotic
Online Introduction to the direct reverse Androidmanifest.xml method "not attempted":
Download the Axmlprinter2.jar file, reverse XML file: command line, enter the following command:
Java-jar Axmlprinter2.jar Androidmanifest.xml->androidmanifest.txt
If it is eclipse, you can try the following options:
"Window-preferences-general-editors-text editors–spelling:enconding"
Report:
1,android Anti-compilation tutorial: http://blog.csdn.net/vipzjyno1/article/details/21039349/
2,android Anti-compilation Smali language: http://blog.csdn.net/wdaming1986/article/details/8299996
Open the APK in the Androidmanifest.xml garbled