I am decompiling an apk file to source code.I got all the class files but resource files are shown in smali format.How to convert this to xml files ?
Asked
Active
Viewed 1,860 times
1
-
possible duplicate of [Decompile .smali files on an APK](http://stackoverflow.com/questions/5582824/decompile-smali-files-on-an-apk) – Stephan Branczyk Feb 23 '15 at 06:28
-
So its not possible to get xml files ?? – Nevaeh Feb 23 '15 at 06:30
-
no you can't. because they used proguard. if proguard not used, ofcourse you can get [all files](http://www.decompileandroid.com/) – Shadow Feb 23 '15 at 06:37
-
smali has nothing to do with android's resource files. You can use apktool to recover the xml files. – JesusFreke Feb 23 '15 at 19:49