创建Android项目时eclipse中的错误

时间:2014-09-17 09:02:57

标签: android eclipse

我尝试开发Android应用程序。我从http://developer.android.com/sdk/index.html下载了ADT包。并且我将它引出并启动 eclipse.exe .then new > android application project.....

但完成项目创建后,它会在控制台

下显示
[2014-09-17 14:21:58 - appcompat_v7] Project has no project.properties file! Edit the project properties to set one.
[2014-09-17 14:22:04 - MyFirstApp] Project has no project.properties file! Edit the project properties to set one.
[2014-09-17 14:22:04 - firstAndroidApp] Project has no project.properties file! Edit the project properties to set one.
[2014-09-17 14:22:04 - appcompat_v7] Project has no project.properties file! Edit the project properties to set one.

有一个警告框标题为"建筑期间发生错误"和#34;建筑工作场所" 我是如何解决他们的。请帮助我。

2 个答案:

答案 0 :(得分:0)

尝试这些方法。

Method1 :使用Eclipse中现有来源创建新项目。

方法2 :右键单击项目> Android工具>修复项目属性

方法3 :如果项目已包含文件default.properties,您可以打开该文件并编辑+保存。

答案 1 :(得分:0)

出现此问题的原因是未正确加载appcompat_v7。尝试重新启动eclipse,在屏幕的右下角,您会看到所有正在加载的内容,如sdk builder等。等待所有必需品都已加载。