Android“resource android:style/TextAppearance”错误解决方法

  • Post author:
  • Post category:其他




问题

更新工程后出现以下错误:


error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.

在这里插入图片描述



解决办法


修改

build.gradle

文件:


  1. compileSdkVersion

    修改成25

  2. buildToolsVersion

    修改成25.4.0,

    implementation 'com.android.support:appcompat-v7:25.2.1'