android调整版本问题记载
android 19版本的模拟器,用appcompat-v7-22.2.0版本的库会报错
找不到控件资源。解决用19版本的模拟器运行程序。在android studio
app 换成 19版本的。
dependencies{compilefileTree(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'.
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。