使用gradle-android搭建jenkins slave构建机器常见构建问题(一)
生活随笔
收集整理的這篇文章主要介紹了
使用gradle-android搭建jenkins slave构建机器常见构建问题(一)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.android根目錄下local.properties 中配置的android sdk
## This file is automatically generated by Android Studio. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file should *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration. # # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. sdk.dir=D\:\\Android\\Sdk這個需要腳本自動替換 slave機器上的sdk目錄
2.工程目錄下的 build.gradle文件中?dependencies中配置的gradle工具版本和?buildscript 下的?repositories 配置
執行 可網絡到達的maven倉庫:
buildscript {repositories {maven {url 'http://maven.cnsuning.com/content/groups/public/'}}dependencies {classpath 'com.android.tools.build:gradle:2.3.3'// NOTE: Do not place your application dependencies here; they belong// in the individual module build.gradle files} }3.app / build.gradle 文件 中配置的?dependencies,這里面配置的是依賴的庫;注意這些庫maven 倉庫里面 是有的
dependencies {compile fileTree(dir: 'libs', include: ['*.jar'])androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {exclude group: 'com.android.support', module: 'support-annotations'})compile 'com.android.support:appcompat-v7:25.1.0'compile 'com.android.support.constraint:constraint-layout:1.1.0'testCompile 'junit:junit:4.12' }比如compile 'com.android.support:appcompat-v7:25.1.0' ,compile 'com.android.support.constraint:constraint-layout:1.1.0'
執行指令:
到app 下目錄:D:\data\workspace\jenkins38\workspace\lxlandroidtest2\app>
gradle clean build --info > d:\asdf.txt
總結
以上是生活随笔為你收集整理的使用gradle-android搭建jenkins slave构建机器常见构建问题(一)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 小说APP排行榜:QQ阅读器,百度阅读器
- 下一篇: 垂线教案一等奖