以前はproguardがproject.propertiesによって制御されていましたが、現在はそうではなく、Androidのドキュメントは更新されていません。project.propertiesファイルには、Androidツールによって生成され、変更が消去されることが明確に示されています。proguard.config行をコメントアウトしようとしましたが、コンパイルすると、project.propertiesが書き換えられ、引き続きproguardが使用されます。プロガードを無効にする現在の方法は何ですか?ありがとう!
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt:proguard-google-api-client.txt
# Project target.
target=android-17
android.library.reference.1=../../../../android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib