标签:android style blog http color strong
Call requires API level 3 (current min is 1): android.content.res.Resources#getBoolean
参考文档:
http://stackoverflow.com/questions/10322482/android-lint-erroneously-thinks-min-sdk-version-is-1
解决方法:
AndroidManifest.xml文件:
修改或增加minSdkVersion属性:
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="3" />
clean工程,问题解决。[完]
[android错误] requires API level *,布布扣,bubuko.com
[android错误] requires API level *
标签:android style blog http color strong
原文地址:http://www.cnblogs.com/javadu/p/3812464.html