eclipse无法加载项目的属性文件

时间:2015-03-10 02:25:21

标签: android eclipse adt

我刚刚安装了eclipse来开发我的macbook pro上的android应用程序(10.9)。我为eclipse安装了jdk1.7,android sdk和adt插件,但是,当我创建我的第一个android应用程序时,我收到错误'无法加载项目的属性文件...'

错误日志:     !SESSION 2015-03-10 09:08:33.363 -------------------------------------- ---------     eclipse.buildId = 4.4.2.M20150204-1700     java.version = 1.7.0_75     java.vendor = Oracle Corporation     BootLoader常量:OS = macosx,ARCH = x86_64,WS = cocoa,NL = zh_CN     框架参数:-product org.eclipse.epp.package.java.product -keyring /Users/bwiunbuaa/.eclipse_keyring -showlocation     命令行参数:-os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/bwiunbuaa/.eclipse_keyring -showlocation

!ENTRY com.android.ide.eclipse.adt 4 0 2015-03-10 09:09:57.105
!MESSAGE Failed to load properties file for project 'lighthouse'

对我来说有什么问题?

1 个答案:

答案 0 :(得分:0)

按照更新eclipse的步骤进行操作

 1. Download Eclipse from the official site
 2. Download and install JDK latest version
 3. After installing the eclipse, go to Help > Install New Software.
 4. Click Add, in the top-right corner.
 5. In the Add Repository dialog that appears, enter "ADT Plugin" for the
Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
Click OK.
 6. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
 7. In the next window, you'll see a list of the tools to be downloaded. Click Next.
 8. Read and accept the license agreements, then click Finish.If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
 9. When the installation completes, restart Eclipse.
相关问题