【发布时间】:2012-03-01 11:45:40
【问题描述】:
我想问一下 Android 项目中 default.properties 和 project.properties 文件有什么区别。尝试谷歌搜索但没有正确的答案。谢谢!
【问题讨论】:
我想问一下 Android 项目中 default.properties 和 project.properties 文件有什么区别。尝试谷歌搜索但没有正确的答案。谢谢!
【问题讨论】:
default.properties which is the main project’s properties file containing information such as the build platform target and the library dependencies has been renamed project.properties.
更多内容见链接:project.properties in android project
【讨论】: