当前位置: 首页 > 知识库问答 >
问题:

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

应涵容
2023-03-14

我刚在macbook pro(10.9)上安装了用于开发android应用程序的eclipse。我为eclipse安装了JDK1.7、android sdk和adt插件,然而,当我创建我的第一个android应用程序时,我得到了错误“未能加载project的属性文件...”

错误日志:!会话2015-03-10 09:08:33.363-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------COA-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个答案

苏宏逸
2023-03-14

按照步骤更新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.
 类似资料:
  • 问题内容: 我从Git存储库导入了一个项目,并在Eclipse中为其添加了Maven性质。在资源文件夹中,我添加了一个名为的配置文件。现在,每当我尝试从Java代码打开此文件时,都会得到。该文件也存在于maven编译项目后生成的文件夹中。 谁能告诉我可能是什么问题?我尝试加载此文件的Java代码是: 其中是一个对象。 谁能给我一些有关如何解决此问题的提示? 问题答案: 如果文件在编译后被放置在目标

  • 我从Git存储库中导入了一个项目,并在Eclipse中向其添加了Maven nature。在resources文件夹中,我添加了一个名为的配置文件。现在,每当我试图从我的Java代码打开这个文件时,我会得到。该文件也存在于maven编译项目后生成的文件夹中。

  • 调用配置 我在构造函数中得到了一个NullPointerException。

  • 我在尝试添加

  • 我到处找答案,连续找了两个小时,结果就这么多了。救命?