您的位置:首页 > 移动开发 > Android开发

No resource ident ifier found for attribute 'widgetCategory' in package 'android'

2014-04-25 09:50 766 查看
xml报错。

改成17之后,就ok了。

之前是14.

这里说 不改 minSdkVersion 或者targeSdkVesion就可以。

参考 http://stackoverflow.com/questions/13390852/no-resource-ident-ifier-found-for-attribute-widgetcategory-in-package-android
up
vote10down
voteaccepted
Set build target to API 17. In Eclipse you can achieve this by right clicking on the project and choose Properties. Then, under Android, select Android 4.2 as build target. It's also possible to just open the file project.properties and set target to
android-17
.

You do not have to change either
minSdkVersion
or
targetSdkVersion
in
the Android Manifest.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐