android 19版本的模拟器,用appcompat-v7-22.2.0版本的库会报错

找不到控件资源。解决用19版本的模拟器运行程序。在android studio

app 换成 19版本的。


dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:19.+'
}



Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Inverse'.