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.
建物からいくつかのクラスを削除したい。Viewクラスから拡張されたすべてのクラスの縮小をスキップするようproguardで述べましたが、Viewクラスから拡張されたいくつかのクラスを縮小したいと思います。私の質問は: View class から拡張された一部のクラスを縮小すると同時に、すべての View extended classes を縮小する条件を削除しないようにするにはどうすればよいですか?
これはうまくいくはずです:
-keep class !mypackage.ShrinkMe1, !mypackage.ShrinkMe2 extends android.view.View