project.properties
您需要在 Eclipse 中的项目根目录下 有一个名为的文件。
例如,您应该看到AndroidManifest.xml
, 和它的正下方project.properties
。这两个加上更多的文件可能。
这是我的内容:
# 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
# Project target.
target=android-8
请注意,唯一没有被注释掉的行是target=android-8
希望有帮助。
编辑:
刚刚意识到为什么会发生这种情况——您最近升级了 ADT 吗?AFAIK 这个 project.properties 要求相对较新,可能在 v14 左右。