I have extracted XML files from .apk file but when i open XML file in either notepad++ or eclipse,notepad,word-pad , XML file shows garbage of binary number those are unreadable.
Asked
Active
Viewed 782 times
0
-
1You need to decompile the apk if you want to view the file as plain text... Use a tool like [apktool](https://ibotpeaches.github.io/Apktool/)... – Codebender Jul 03 '15 at 10:29
-
possible duplicate of http://stackoverflow.com/questions/4191762/how-to-view-androidmanifest-xml-from-apk-file – Codebender Jul 03 '15 at 10:31
-
but i have already decompiled the apk file with the help of apktool to extract xml file.i followed this video https://www.youtube.com/watch?v=8eWnYqnM2O4 – shubham chouvisiya Jul 03 '15 at 10:34