首页 > 代码库 > No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
出现这种情况可有2种方法解决:
1方案:clean项目,可能解决问题
2方案:1方案未解决问题,android 版本过低,右键你的项目->Properties->Android ,选择API level 11 ,或者更高的,同时添加appcompat_v7库(必须在bulid path添加android-support-v4.jar)
No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。