码迷,mamicode.com
首页 > 移动开发 > 详细

升级android sdk到5.0时,创建项目出现错误:No resource found that matches the given name 'android:Widget.Material.A

时间:2014-11-27 12:48:28      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   io   ar   os   使用   sp   

升级sdk 到5.0时,创建项目时会多创建一个库项目,叫appcompat_v7。
创建完成后,这个项目可能会报错,诸如出现:No resource found that matches the given name ‘android:Widget.Material.ActionButton‘等错误。
下面是一些解决方案:


解决方案1:
使用sdk manager下载以下内容:
bubuko.com,布布扣



解决方案2:
如果你不想创建appcompat_v7,你可以在创建项目时将minimum Required SDK设置为4.1以上,这时就不再生成
appcompat_v7项目了,然后你再去清单文件中将minSdkVersion还原为8就行了.



参考资料:

升级android sdk到5.0时,创建项目出现错误:No resource found that matches the given name 'android:Widget.Material.A

标签:android   style   blog   http   io   ar   os   使用   sp   

原文地址:http://blog.csdn.net/chdjj/article/details/41543345

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!