Referencing a library project.
该引用路径是相对的,因为每个人都可能在不同的文件夹中有ABS,我们在Eclipse的project.properties文件中也有不同的路径为android.library.reference.1.是否有任何方式在本地覆盖该库路径,以便我们可以在我们的repo中使用project.properties但Eclipse将在本地使用其他路径?目前,由于路径不同,每次从我们的仓库撤出后,我都必须手动修复该路径.
存在other *.properties files但Eclipse忽略它们:
local.properties
Customizable computer-specific properties for the build system. If you use Ant to build the project,this contains the path to the SDK installation. Because the content of the file is specific to the local installation of the SDK,the local.properties should not be maintained in a source revision control system. If you use Eclipse,this file is not used.
ant.properties
Customizable properties for the build system. You can edit this file to override default build settings used by Ant and also provide the location of your keystore and key alias so that the build tools can sign your application when building in release mode. This file is integral to the project,so maintain it in a source revision control system. If you use Eclipse,this file is not used.