码迷,mamicode.com
首页 > 其他好文 > 详细

在项目中加入其他样式

时间:2017-11-07 15:02:22      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:nta   app   unit   android   tar   run   ble   文件中   UI   

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

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

在项目中加入其他样式

标签:nta   app   unit   android   tar   run   ble   文件中   UI   

原文地址:http://www.cnblogs.com/laoyimou/p/7798955.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!