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.
Proguard.cfg内のプロガードルールをコメントアウトするために使用される構文は何ですか?ありがとう
ハッシュ記号。
# This is a comment. The 3 lines below are not. -keepclassmembers class * extends android.app.Activity { public void *(android.view.View); }
説明書より
# 文字で始まり、行末までコメントを構成ファイルに追加できます。
例
# This is a comment
マニュアルリンクはこちら
http://proguard.sourceforge.net/manual/usage.html