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は次のように述べています。