Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想指定类似的东西
-keep class { public static int *; // unless the constant name is 'ABC' perhaps !ABC ?????? }
方法名称等也是如此。在 Proguard 中有没有这样做?所以基本上我想要一个 -keep 规则,但不包括与特定字符串或正则表达式匹配的元素。这可以做到吗?
这可以做到吗?
我想,答案是肯定的。
Proguard Manual说:“类名实际上可以是逗号分隔的类名列表,带有可选的 ! 否定符,就像文件名过滤器一样。”