How can I force Proguard make my illegible .XML resource file?

痴心易碎 提交于 2019-12-13 22:02:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!