Error retrieving parent for item: No resource found that matches the given name 'android:TextAppeara

来源:互联网 发布:待业在家知乎 编辑:程序博客网 时间:2024/05/24 05:45


错误:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.


错误 检索 父级 为 条目。 没有资源找到  匹配 所给的名字。

查看 项目结构。 将项目结构中 属性。 编译sdk版本 修改成新的版本。  之前的是21. 现在改成25.ok。


==========

/ Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {    repositories {        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:2.3.3'        // 韩梦飞沙 NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}allprojects {    repositories {        jcenter()    }}task clean(type: Delete) {    delete rootProject.buildDir}
顶 等级 构建文件 你能够添加配置项 常见的 给 所有的 子项目 或者 模块

构建脚本.。存储库  j中心。 依赖。 类路径。  提示:不要放置你的应用依赖在这。 他们属于 在 个人的 模块 构建.gradle 文件。

所有项目 。存储库。j中心。 

任务 清理(类型 删除) 删除 根项目.构建目录。

======

阅读全文
0 0
原创粉丝点击