解决Android中No resource found that matches android:TextAppearance.Material.Widget.Button.Inverse问题(示例代

Posted lianghe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Android中No resource found that matches android:TextAppearance.Material.Widget.Button.Inverse问题(示例代相关的知识,希望对你有一定的参考价值。

如果在刚够构建Android Studio项目的时候,运行发现,出现没找到资源的错误!找不到com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml

[html] view plain copy
 
  1. /路径/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml  
  2. Error:Error retrieving parent for item: No resource found that matches the given name ‘android:TextAppearance.Material.Widget.Button.Inverse‘.  
  3. Error:Error retrieving parent for item: No resource found that matches the given name ‘android:Widget.Material.Button.Colored‘.  

 

 

这是API 23(Android 6.0)中的资源文件,而查看build.gradle,编译的SDK只是为21,我们可以尝试将compileSdkVersion设为23(如果sdk里面没有下载API 23的,则需要下载),问题解决!

 

 

如果不想下载API 23怎么解决呢?降低appcompat的版本:将build.gradle里面的dependencies对应的appcompat版本降低:

技术分享

将compile ‘com.android.support:appcompat-v7:23.0.1‘的版本改为:‘com.android.support:appcompat-v7:22.2.1‘

以上是关于解决Android中No resource found that matches android:TextAppearance.Material.Widget.Button.Inverse问题(示例代的主要内容,如果未能解决你的问题,请参考以下文章

Error:(108) No resource identifier found for attribute 'style' in package 'android'(

项目引入android-support-v7-appcompat遇到的问题,no resource found that matches the given name 'android:The

Android 创建项目出现No resource found that matches the given name Theme.AppCompat.Light

No resource identifier found for attribute ‘xxx‘ in package ‘android‘

Android - 错误:"No resource found that matches the given name android:Theme.Material&quot

解决kubectl get pods时 No resources found.问题