我正在使用带有 Eclipse 的 android lint 工具来查找我的项目中的潜在错误,但几秒钟后它显示:
“运行 Android Lint 遇到问题”
当我单击详细信息时,它显示:
“失败的 java.lang.NullPointerException”。
有人可以给我一些建议。
我正在使用带有 Eclipse 的 android lint 工具来查找我的项目中的潜在错误,但几秒钟后它显示:
“运行 Android Lint 遇到问题”
当我单击详细信息时,它显示:
“失败的 java.lang.NullPointerException”。
有人可以给我一些建议。
Lint Tool 指示资源中 XML 布局文件中的错误,检查所有布局文件并解决错误。
要查看错误,您可以从 Eclipse Menu-> Windows -> Show View-> Problems 执行。
转到帮助->安装新软件->使用“ https://dl.google.com/android/eclipse/ ”
注意:确保您使用的是 https,而不是更新中心的 http URL:https ://dl.google.com/android/eclipse/
现在,当您重新启动 Eclipse IDE 时,您应该看不到任何 Lint Error 弹出消息。