1. 程式人生 > >在項目中加入其他樣式

在項目中加入其他樣式

false name 配置 default top andro conf style get

直接在項目中加入其他樣式會報錯的時候,在配置文件中加入一面的紅色那兩句就好

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"
}

在項目中加入其他樣式