保存任何布局xml文件时,eclipse会导致Lint错误

时间:2016-08-30 10:47:54

标签: android eclipse adt android-lint

我想我已经尝试了一切来解决但却失败了。

我从这里下载了eclipse:http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr

这是与Android app开发一起使用的最新eclipse包。

我已经从以下网站下载并安装了Android Sdk:

https://dl.google.com/android/installer_r24.4.1-windows.exe

https://dl.google.com/android/android-sdk_r24.4.1-macosx.zip

这是正确的,包括windows和mac版本。

我的Android sdk看起来像这样。

android sdk screenshot

我创建了一个新的Android应用程序项目,我只是打开一个预先制作的布局xml文件,一旦保存更改,我就得到了这个。

'Running Android Lint' has encountered a problem.
Failed
Detail:
Failed
java.lang.UnsupportedOperationException

Android Lint error

所以,这是一个很大的问题,如何修复android lint?或者至少指出正确的方向,我在PC和Mac上尝试过这个问题。

更新:我知道Android工作室,我已经使用了很多。我只想说我有理由去接受日食并再次使用它。

1 个答案:

答案 0 :(得分:0)

可以通过关闭lint错误检查来解决。

单击Eclipse中的Window,选择Preferences。选择Android - > Lint Error在左侧检查,取消选中以下复选框: 1.导出应用程序时运行完全错误检查,如果发现错误则中止2.保存文件时检查错误

如需参考,请查看我附上的屏幕截图:enter image description here