【Android】Theme.AppCompat.Light 问题
Android 开发的 styles.xml 文件中遇到了这个问题:
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
如下图所示:

解决方法参看:安卓开发中Theme.AppCompat.Light的解决方法
【Android】Theme.AppCompat.Light 问题的更多相关文章
- 项目引入android-support-v7-appcompat遇到的问题,no resource found that matches the given name 'android:Theme.AppCompat.Light'
		一.问题 今天准备使用v7包中的ToolBar来用,但是在styles.xml中引入Theme.AppCompat.Light的时候,报错“no resource found that matches ... 
- Android Theme.AppCompat.Light的解决方法
		styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错 ... 
- android中出现Error retrieving parent for item: No resource found that matches  the Theme.AppCompat.Light
		styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错 ... 
- 【android】新手容易遇到的[error: Error retrieving parent for item: No resource found that matches the given name  'Theme.AppCompat.Light'.]Theme出错的问题
		一.概述 近期刚接手了一个项目,开发工具为eclipse,由于版本较低,且考虑到如果转android studio项目的话,会其他人的维护带来困难,所以想着还是维护项目原来的开发环境吧. 但是导入项目 ... 
- 创建Android项目时出错——No resource found that matches the given name 'Theme.AppCompat.Light'
		创建Android项目时出错,error: Error retrieving parent for item: No resource found that matches the given nam ... 
- Android 创建项目出现No resource found that matches the given name Theme.AppCompat.Light
		关于为何出现No resource found that matches the given name ‘Theme.AppCompat.Light’的原因 这边博客已经写的很清楚了 大家可以参考一下 ... 
- error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
		error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCom ... 
- No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案
		No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案 首先这个问题的产生是由于缺少Theme.App ... 
- error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.,appcompatv7
		error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCom ... 
随机推荐
- webapi使用autofac
			注意:您的项目中如果使用的是webapi2,此处必须为webapi2而不是webapi,否则在运行时将出现“重写成员“Autofac.Integration.WebApi.AutofacWebApiD ... 
- 点菜网---Java开源生鲜电商平台-商品基础业务架构设计-商品分类(源码可下载)
			点菜网---Java开源生鲜电商平台-商品基础业务架构设计-商品分类 (源码可下载) 说明:我们搞过电商的人都可以体会到,搞生鲜电商是最复杂的,为什么复杂呢?我总结了有以下几个业务特性决定的: 1. ... 
- 牛客假日团队赛1 B
			B.便便传送门(一) 题目链接:https://ac.nowcoder.com/acm/contest/918/B 题目 Farmer John最讨厌的农活是运输牛粪.为了精简这个过程,他制造了一个伟 ... 
- 39 | 从小作坊到工厂:什么是Selenium Grid?如何搭建Selenium Grid?
- 并发编程-concurrent指南-原子操作类-AtomicBoolean
			类AtomicBoolean 
- scrapy实战6爬取IT桔子国内所有融资公司:
			爬取融资公司,融资公司简介,融资时间,轮次,融资额,投资方,股权占比以及融资公司完整融资历史 如图 源码地址:https://github.com/huwei86/spiderITjuzi 
- 1.Solr安装与配置
			1.Solr安装 1:安装 Tomcat,解压缩即可. 2:解压 solr. 3:把 solr 下的dist目录solr-4.10.3.war部署到 Tomcat\webapps下(去掉版本号). 4 ... 
- MS SQL SERVER数据导入MySQL
			1.sql server导出到xls,再导入到mysql中.亲测,单表数据量到百万以后,导出异常,可能由其它原因导致,没细纠.此种方式需要来回倒腾数据,稍繁琐. 2.采用kettle第三方的ETL工具 ... 
- C语言 实验设备管理系统
			实验设备信息管理系统 简单的思路,简单的算法 题目简述:实验室设备信息用文件存储,提供文件的输入输出操作:要能够完成设备的录入和修改,需要提供设备添加和修改操作:实现对设备进行分类统计,需要提供排序操 ... 
- 学习 Vue ,从入门到放弃
			最近项目刚完成,手上工作稍微轻松些,准备储备下技术,为未来挑战做好准备. 之前项目用的较多的是angulajs,不过版本较老,还停留在1.5x系,虽然结合了webpack,es2015等前沿技术,但理 ... 
