Proguard不会混淆android中的strings.xml [英] Proguard is not obfuscating strings.xml in android

查看:275
本文介绍了Proguard不会混淆android中的strings.xml的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的项目中使用proguard.它混淆了所有的Java代码.但是,这不会混淆strings.xml中的任何内容.

I am using proguard in my project . It is obfuscating all the java code . But it is not obfuscating anything in strings.xml .

在strings.xml中有一些敏感信息.

I have some sensitive information in strings.xml .

如何使Proguard混淆strings.xml中的内容? 我需要写任何特定的规则吗?

How can I make proguard to obfuscate the content in strings.xml ? Do I need to write any specific rule ?

推荐答案

ProGuard无法混淆string.xml.您可以使用其他软件来混淆文件,例如DexGuard.您可以在此处获得更多信息.

ProGuard can't obfuscate strings.xml. You can use other software to obfuscate your file like DexGuard. You can get more info here.

这篇关于Proguard不会混淆android中的strings.xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆