I opened an apk application and wanted to modify the xml file ?
            Asked
            
        
        
            Active
            
        
            Viewed 47 times
        
    1 Answers
1
            The resources in APKs are compiled. They're binary XML and not plaintext. If you want to edit the resources of an APK, you should look into using APKTool.
 
    
    
        TheWanderer
        
- 16,775
- 6
- 49
- 63
