你的位置:首页 > 软件开发 > 操作系统 > Error retrieving parent for item: No resource found that matches the given name android:TextAppearance.Material.Widget.Button.Inverse.

Error retrieving parent for item: No resource found that matches the given name android:TextAppearance.Material.Widget.Button.Inverse.

发布时间:2016-03-08 12:06:08
改下build.gradle文件,将里面的compileSdkVersion改为23即可apply plugin: com.android.applicationandroid { compileSdkVersion 23 buildToolsVersion " ...

改下build.gradle文件,将里面的compileSdkVersion改为23即可

apply plugin: 'com.android.application'android {  compileSdkVersion 23  buildToolsVersion "23.0.2"  defaultConfig {    applicationId "com.example.yanlei.mytk"    minSdkVersion 15    targetSdkVersion 23    versionCode 1    versionName "1.0"  }  buildTypes {    release {      minifyEnabled false      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'    }  }}dependencies {  compile fileTree(dir: 'libs', include: ['*.jar'])  compile 'com.android.support:appcompat-v7:23.2.0'}

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:Error retrieving parent for item: No resource found that matches the given name android:TextAppearance.Material.Widget.Button.Inverse.

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录