【问题标题】:eclipse Failed to load properties file for projecteclipse 无法加载项目的属性文件
【发布时间】:2015-03-10 02:25:20
【问题描述】:

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

错误日志: !会话 2015-03-10 09:08:33.363 -------------------------------------------------- --------- eclipse.buildId=4.4.2.M20150204-1700 java.version=1.7.0_75 java.vendor=甲骨文公司 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'

我怎么了?

【问题讨论】:

  • 停止。使用 Android Studio。

标签: android eclipse adt


【解决方案1】:

按照步骤更新 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.

【讨论】:

    猜你喜欢
    • 2014-04-10
    • 1970-01-01
    • 1970-01-01
    • 2012-06-18
    • 2013-06-03
    • 1970-01-01
    • 2013-12-19
    • 2011-09-26
    • 1970-01-01
    相关资源
    最近更新 更多