如何在 Proguard GUI 中放置 -dontwarn 或 -ignorewarning 命令?
How to put -dontwarn or -ignorewarning command in Proguard GUI?
我最近在使用 proguad GUI 混淆我从 android studio 创建的 .jar 文件时遇到了麻烦。我想使用 proguard GUI 混淆所有私有方法名称。我使用 android-24/android.jar 作为库。但我仍然收到 1 警告。 Warning picture from Proguard GUI Like this picture. I don't know how to put -dontwarn or -ignorewarning command inside the proguard GUI. I also have search other people's question. question 1
question 2。但是没有人回答。请帮忙。提前致谢。
我自己摸索。我发现在 Proguard GUI 中有一个我可以 select 的选项。请检查图片。 The ignore warning option in the proguard GUI。如果那会花费你很多时间。我的道歉。此方法适用于混淆 .jar 文件中的 class 名称或方法名称。
我最近在使用 proguad GUI 混淆我从 android studio 创建的 .jar 文件时遇到了麻烦。我想使用 proguard GUI 混淆所有私有方法名称。我使用 android-24/android.jar 作为库。但我仍然收到 1 警告。 Warning picture from Proguard GUI Like this picture. I don't know how to put -dontwarn or -ignorewarning command inside the proguard GUI. I also have search other people's question. question 1 question 2。但是没有人回答。请帮忙。提前致谢。
我自己摸索。我发现在 Proguard GUI 中有一个我可以 select 的选项。请检查图片。 The ignore warning option in the proguard GUI。如果那会花费你很多时间。我的道歉。此方法适用于混淆 .jar 文件中的 class 名称或方法名称。