Eclipse开打弹出running android lint has encountered a problem.

解决办法:

1. 把Window--->Preferences----->Android--------> LInt Error Checking----->when saving files, check for errors 选项勾掉;

2. 打开项目的AndroidManifest.xml文件,android:targetSdkVersion="21"改为“20”或以下的值。由于Android L为预览版本,版本号还是使用“20”的原因导致了此问题。修改完后,再Project
-> Context Menu -> Android Tools -> Fix Project Properties操作一次,再清空全部项目并自动编译,这样问题就解决了。

 

 转载于:https://blog.csdn.net/phenixyf/article/details/53188285

Eclipse开打弹出running android lint has encountered a problem.

上一篇:jsp的简单浏览


下一篇:c++中ios有关进制转换的函数