实现基于渠道和buildType(debug,release)的打包
生活随笔
收集整理的這篇文章主要介紹了
实现基于渠道和buildType(debug,release)的打包
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
build增加結(jié)構(gòu)體 configurations {//寫(xiě)博客productTedSDKCompileproductDevDebugCompileproductDevReleaseCompile }dependencies {productTedSDKCompile fileTree(dir: 'libs', include: ['*.jar'])productDevDebugCompile project(path: ':app', configuration: 'debug')productDevReleaseCompile project(path: ':app', configuration: 'release') }?
轉(zhuǎn)載于:https://my.oschina.net/sfshine/blog/1865440
總結(jié)
以上是生活随笔為你收集整理的实现基于渠道和buildType(debug,release)的打包的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 分享一下之前的作品,猜猜是谁
- 下一篇: 使用Formik轻松开发更高质量的Rea