直接在项目中加入其他样式会报错的时候,在配置文件中加入一面的红色那两句就好

android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
applicationId "com.guangdongzhuhai.zmzh.zmzh_365go_mall"
minSdkVersion 15
targetSdkVersion 26
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

相关文章:

  • 2021-11-27
  • 2021-11-29
  • 2021-11-12
  • 2021-09-01
  • 2022-12-23
  • 2021-08-06
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2021-04-01
  • 2021-12-01
  • 2022-02-08
  • 2022-12-23
相关资源
相似解决方案