问题
I used ProGuard in android studio to protect my data resources because I have two files in it: res / raw / fiche.xml and res / raw / fiche1 .XML so I'd make the content of my unreadable files. My question is how to make these two files unreadable with Proguard.
thank you in advance.
回答1:
ProGuard only affects Java code, not resources. You will need to research other tools, like DexGuard, that may offer resource obfuscation. Whether there is a tool that can obfuscate raw
resources is another matter.
来源:https://stackoverflow.com/questions/35752966/how-can-i-force-proguard-make-my-illegible-xml-resource-file