用 studio 创建的项目,
/home/yeelone/AndroidStudioProjects/MyApplication2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.0/res/values-v23/values-v23.xml
Error:(2 ) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(2 ) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
以下是 build.gradle 的信息:
android {
compileSdkVersion 22
buildToolsVersion "23.0.0"
defaultConfig {
applicationId "com.example.yeelone.myapplication"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile ('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
windows 下的 studio 并不会报这个错误,怎么在 ubuntu 下安装之后 会报这样的错误,对 android studio 不熟悉,求指教 。
/home/yeelone/AndroidStudioProjects/MyApplication2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.0/res/values-v23/values-v23.xml
Error:(2 ) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(2 ) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
以下是 build.gradle 的信息:
android {
compileSdkVersion 22
buildToolsVersion "23.0.0"
defaultConfig {
applicationId "com.example.yeelone.myapplication"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile ('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
windows 下的 studio 并不会报这个错误,怎么在 ubuntu 下安装之后 会报这样的错误,对 android studio 不熟悉,求指教 。