heme pp ompat ight-android的 Error 'Theme.AppCompat.Light'问题

问题描述

android的 Error 'Theme.AppCompat.Light'问题

最近在打开别人的一个android源文件的时候出现了这个问题。
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
在style.xml中有
<br>
mainactivity中有<br>
import android.support.v7.app.ActionBarActivity;然后<br>
The import android.support.v7 cannot be resolved<br>
之前创建project是如果向下兼容到2.3也会弹出error,当时改成兼容到4.0就没问题了,网上查了是没有导入v7support包,后来在网上下载了,也import并且add lib了,之后这些哭的前面就成了红叉,Project下是问号,问题还是没有解决<br>
求问为什么?</p>

解决方案

楼主再发一下问题吧,这你发的图片都看不到。。。

解决方案二:

是不是在gradle里进行了混淆 试下debug、
模式

解决方案三:

编译的时候对于v7support部分请使用最高版本的安卓SDK进行编译,编译器会根据你的配置文件自行进行适配

时间: 2024-11-05 12:35:49

heme pp ompat ight-android的 Error &amp;#39;Theme.AppCompat.Light&amp;#39;问题的相关文章

[android] No resource found that matches the given name &amp;#39;Theme.AppCompat.Light&amp;#39;

    在整合android过程中导入别人的项目出现下面的错误:         <style name="AppBaseTheme" parent="Theme.AppCompat.Light">         error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.     通过sta

Android主题Theme.AppCompat.Light.NoActionBar

Theme.AppCompat.Light.NoActionBar Theme.AppCompat.Light.NoActionBar: Theme.AppCompat.Light.NoActionBar.xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.AppCompat.Light.NoActionBar" pare

手机-android使用Theme.AppCompat.Light时PopupWindow底部弹出的问题

问题描述 android使用Theme.AppCompat.Light时PopupWindow底部弹出的问题 在使用主题为Theme.AppCompat.Light.NoActionBar这个系列的主题时,PopupWindow底部弹出Popwindow.showAtLocation(v, Gravity.BOTTOM, 0, 0);如果底部有虚拟返回键的手机时候,会从屏幕最底下弹出,一部分被遮挡住了,求救,找了很就都没找到类似的问题!!!!!!! 解决方案 目前只能通过更换theme 解决,但

我的Android进阶之旅------&amp;gt;解决错误:You need to use a Theme.AppCompat theme (or descendant) with this activity.

#1.错误描述 今天,想实现Activity不显示标题栏的效果,在项目的AndroidManifest.xml文件,对相应的Activity添加属性 android:theme="@android:style/Theme.NoTitleBar" 具体代码如下: <activity android:name=".module.view.activity.KuwoMusicPlayActivity" android:theme="@android:sty

android studio Error:java.lang.OutOfMemoryError: GC overhead limit exceeded

android studio Error:java.lang.OutOfMemoryError: GC overhead limit exceeded 在app下的build.gradle中找到android,并添加如下配置 dexOptions { javaMaxHeapSize "4g" } 如: android { ... ... dexOptions { javaMaxHeapSize "4g" } ... ... }  

android studio error configuration with name default not found

Android Studio报错:   android studio error configuration with name default not found    在进行sync的时候,提示Error:Configuration with name 'default' not found 首先查settings.gradle,看里面include ':app'这样的include是否是自己需要的,或者有的,不需要的就删除 gradle编译工程,每个工程下面都必须要有build.gradl

在Eclipse添加Android兼容包( v4、v7 appcompat )

昨天添加Android兼容包,碰到了很多问题,在这里记录一下,让后面的路好走. 如何选择兼容包, 请参考Android Support Library Features(二) 一.下载Support Library 方法1:右击项目→选择Android Tools→Add Support Library- 方法2: 通过SDK Manager获取Support Library: 1.打开Android SDK Manager 2.在SDK Manager窗口,滚动到Package List的末尾

【我的Android进阶之旅】解决bug:You need to use a Theme.AppCompat theme (or descendant) with this activity.

前言 今天用Android Studio 生成Activity的时候,默认继承AppCompatActivity ,而在AndroidManifest.xml我对该Activity设置了一个主题,然后运行的时候报了错误: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xtc.watch/com.xtc.watch.view.defaultprompt.activity.DefaultPromptAct

如何解决:Android中 Error generating final archive: Debug Certificate expired on 10/09/18 16:30 的错误

原文:http://www.cnblogs.com/yyangblog/archive/2011/01/07/1929657.html   问题概述: 在导入一个app后提示如下错误: "Error generating final archive: Debug Certificate expired on 10/09/18 16:30"   原因分析: android要求所有的程序必须有签名,否则就不会安装该程序.在我们开发过程中,adt使用debug keystore,在 pref