java - android项目中的project.properties

标签 java android

我刚刚从 github 克隆了这个当我尝试将它作为 android 项目导入到 eclipse 时,它​​没有 default.properties。为什么会这样,我该如何处理?

最佳答案

project.propertiesdefault.properties 相同,只是用 ADT 14 重命名了。
project.properties 位于您链接的 github 存储库中,因此如果您拥有最新版本的工具,它应该开箱即用。否则更新它们。

引用自更新日志:

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.

参见 build changes in revision 14 ,在“项目设置”下的底部

关于java - android项目中的project.properties,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8319703/

相关文章:

java - 使用两个单例时如何避免递归?

android - 开关 setOnCheckedChangeListener 无法正常工作

android - 将广告集成到 Fragment 中

android - android.graphics.Canvas 中的 drawPosText(),什么是起源?

java - 不可能(?): NullPointerException on ConcurrentLinkedQueue. 大小()

java - EJB 3.1 出于安全目的删除调用上下文(ThreadLocal,...)

java - AccessibilityService 对 OnKeyEvent() 没有响应

java - 使用 Play Framework 调用带有日期的 Controller 方法

android - Calabash Android循环通过ListView进行检查

android - 使用 Basic4Android 的缺点?