问题

更新工程后出现以下错误:
error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.

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

解决办法

修改build.gradle文件:

  1. compileSdkVersion 修改成25
  2. buildToolsVersion 修改成25.4.0,implementation 'com.android.support:appcompat-v7:25.2.1'

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-08-12
  • 2021-11-20
猜你喜欢
  • 2022-01-01
  • 2022-12-23
  • 2021-11-22
  • 2021-11-03
  • 2021-07-11
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案