Eclipse Android Neon:大量错误

时间:2016-07-09 21:22:09

标签: java android eclipse nullpointerexception

我重新安装了Eclipse Neon(最新)的4-5倍,并且我下载了以下SDK:

  • SDK Platform API 24 Re。 1
  • SDK Platform API 8 Rev. 3
  • Android SDK工具Rev. 25.1.7
  • Android SDK Platform-Tools Rev. 24
  • Android SDK Build-Tools Rev. 24
  • Android SDK Build-Tools Rev. 23.0.3
  • Google USB Driver Rev. 11

我有JDK和JRE 1.8.0更新92,我使用Eclipse Java Neon完全没有错误。

当我创建项目时,它看起来像这样:

enter image description here

我遇到了以下错误:

Errors occurred during the build.
Errors running builder 'Android Resource Manager' on project 'zzzzf'.
java.lang.NullPointerException

它无法解析变量R. 编辑项目属性后,我收到此消息:

[2016-07-10 00:13:12 - zzzzf] Project has no project.properties file! Edit the project properties to set one.

此外,我遇到了一些我不记得的错误,Eclipse说“好消息!看来这个错误在下次更新时得到修复.Vİsitnull获取更多信息。”但是当我检查更新时,没有更新。 - 错误与运行工作台有关。

我试过了:

  • 添加资源过滤器
  • 在-vmargs

    之前添加此行来编辑eclipse.ini

    -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home

感谢您的帮助,并为您节省宝贵的时间。我正在使用AIDE准备应用程序,当我切换到PC时,我忙于解决问题而不是Java代码......

5 个答案:

答案 0 :(得分:2)

问题通过切换到Android Studio解决,因为ADT不再支持Eclipse。所以我摆脱了这些错误。

答案 1 :(得分:1)

截至2016年12月,我能够在Eclipse Neon下创建,编译和运行Android项目。

我的安装细节是:

  • ADT工具23.0.7.2120684
  • Eclipse Platform 4.6.1.M20160907-1200(Eclipse Neon.1)
  • Ubuntu 16.04

有一些小故障:

  • LogCat和设备视图无法呈现
  • 可以预览布局,但您必须选择Android版本< 23在预览版下拉列表中

如果这不起作用,您也可以尝试this independently maintained ADT。我用这个ADT得到了相同的结果,所以我没有打扰使用它。对于使用Android NDK的人来说,这似乎特别有用。

更新: Eclipse Foundation还维护了一个名为AndMore的ADT分支。它适用于霓虹灯。

答案 2 :(得分:0)

将现有的ADT项目转换为Android-Neon, 只需从主弹出菜单中选择“configure - > Convert From ADT”即可。

此外,Neon似乎能够分析您的硬件。在我从eclipse.ini

中删除内存和GC条目之前,我遇到了崩溃问题

答案 3 :(得分:-1)

When a project is created in Eclipse it automatically creates a folder called .settings And files named .classpath, .project, project.properties

You can create a new project using the same package name and just copy the files over into this new project, rebuild it.

The more advanced, more direct and less headache approach is to find a current Eclipse project and copy the above named files over and edit them for this project.

答案 4 :(得分:-1)

选择您的Android项目并转到 属性=> Java Build Path => Libraries =>添加库=> Android Classpath Contanier =>下一个=>选择你的项目android

然后按下按钮Finish =>申请并且好!而你的错误是空的。

我希望能帮到你...祝你好运