`
liu_android_1002
  • 浏览: 9259 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

No resource found that matches the given name 'Theme.AppCompat.Light'.

阅读更多
新建立一个android 工程,发现 在 style.xml 文件中报 "error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.错误
可能是缺少 Theme.AppCompat.Light 这个主题资源,发现是缺少 android-support-v7 资源包导致。

解决方法 找到android-support-v7 资源路径 SDK_PATH/extras/android/support/v7
右键项目->properites->android->右下角 Library add android-support-v7 资源包路径->apply
即引入资源包,问题解决.
分享到:
评论

相关推荐

    apktool_AndResGuard:修复apktool打包出现No resource found...

    No resource found that matches the given name..... ....... 使用apktool-2.0.3也可以回编译,但是比如微信回编译后会增加到110M左右,很不友好。 而使用apktool-2.3.2和原包大小一样,65M左右。 基于apktool

    appcompat_v7.rar

    可修复这问题:Error:Error retrieving parent for item: No resource found that matches the given name “Theme.AppCompat.Light”

    eclipse 导入appcompat-vX 包

    所有版本Android Support Library压缩包 不是VX.jar 可以全面解决rror retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

    Android设置theme中可能遇到的坑

    发现坑 最近在配置项目主题的时候报了如下错误: This Activity already has an...style name=AppTheme.NoActionBar> <item name=android:windowActionBar>false <item name=android:windowNoTitle>true <ite

    AndroidKiller_v1.3.1修复高版本dex2jar卡死问题,并更新最新dex2jar和apktool.jar插件

    AndroidKiller_v1.3.1修复版 1. 解决高版本dex2jar卡死的问题,一次性反编译成功,可以直接看java代码; 2. 并更新最新版dex2jar和...3. 修复编译时No resource found that matches the given name:...的资源报错问题

    DayNight 主题

    2. **继承DayNight主题**:在`styles.xml`中,让应用主题继承`Theme.AppCompat.DayNight`或其子类,如`Theme.AppCompat.DayNight.DarkActionBar`。这将确保主题在昼夜模式之间正确切换。 3. **动态切换**:如果希望...

    Xamarin开发Android不显示标题栏,隐藏title

    <style name="AppTheme.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary <item name="colorPrimaryDark">@color...

    appcompat V7 V4 可导入工程 可编译包

    ============================================================== ...error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 官网给出的答案是: ...

    support文件的appcompat_V4_V7

    appcompat_v7\res\values-v21\themes_base.xml:190: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'解压此文件到 Android-sdk\extras\android\support下

    andoid的man

    - error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/icon'). - Should explicitly set android:allowBackup to true or false (it's true by default, and ...

    no resource

    很抱歉,但根据提供的信息,标题"no resource"和描述"fe ge 2007 programe"没有明确指出任何具体的IT知识点。标签同样显示为"no resource",也没有提供额外的线索。压缩包子文件的文件名称列表包括:飞鸽传书升级...

    Eclipse最新版使用过程中遇到的问题总结

    例如,错误信息为:"No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'"。 解决方法:下载并导入相应的工具包。可以通过项目右键菜单中的Android Tools选项来添加support ...

    publisher-sample-android:一个示例应用程序,用于展示 SDK 的简单集成(针对发布商)

    发布者-示例-android 介绍 此示例应用程序展示了如何将 Vungle Publisher SDK 集成到 Android 应用程序中。... Error: No resource found that matches the given name (at 'value' with value '@integer/google_play

    android 全屏状态下 EditText 控件的交互

    <style name="Theme.AppCompat.FullScreen" parent="Theme.AppCompat.NoActionBar"> <item name="android:windowFullscreen">true <item name="android:windowContentOverlay">@null ``` 全屏模式下,Android...

    C#动态更换Theme.rar

    1. 资源字典:创建不同的主题资源字典(如DarkTheme.xaml, LightTheme.xaml),并在运行时通过Application.Current.Resources.MergedDictionaries添加或移除。 2. 数据绑定:使用数据绑定机制,将主题作为ViewModel...

    Android 主题切换,切换字体颜色颜色,背景色,图片引用文件等

    <style name="AppTheme.Light" parent="Theme.AppCompat.Light"> <item name="colorPrimary">@color/primary_light <item name="colorPrimaryDark">@color/primary_dark_light <item name="colorAccent">@color/...

    servlet2.4doc

    Returns the servlet container attribute with the given name, or null if there is no attribute by that name. getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper The default ...

    C# xamarin android自定义标题栏

    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary <item name="colorPrimaryDark">@color/...

    Resource Not Found(解决方案).md

    Resource Not Found(解决方案).md

    Resource Not Found(处理方案).md

    Resource Not Found(处理方案).md

Global site tag (gtag.js) - Google Analytics