Merge remote-tracking branch 'origin/winboll' into appbase
This commit is contained in:
10
README.md
10
README.md
@@ -85,11 +85,17 @@ WinBoLL Studio Android 应用开源项目,专注于手机端 Android 开发与
|
|||||||
(3)调试编译
|
(3)调试编译
|
||||||
|
|
||||||
- Beta 调试: bash gradlew assembleBetaDebug
|
- Beta 调试: bash gradlew assembleBetaDebug
|
||||||
- Stage 调试: bash gradlew assembleStageDebug
|
- Stage 调试: bash gradlew assembleStageDebug
|
||||||
|
|
||||||
|
(4)发布编译
|
||||||
|
|
||||||
|
- Stage 发布:bash .winboll/bashPublishAPKAddTag.sh <应用项目模块名>
|
||||||
|
或者执行 bash gradlew assembleStageRelease
|
||||||
|
|
||||||
3. 编译输出路径
|
3. 编译输出路径
|
||||||
|
|
||||||
- 默认路径: /sdcard/WinBoLLStudio/APKs/<项目根目录名称>/tag/
|
- 默认路径(assembleBetaDebug任务): /sdcard/WinBoLLStudio/APKs/<项目根目录名称>/debug/
|
||||||
|
- 默认路径(assembleStageRelease任务): /sdcard/WinBoLLStudio/APKs/<项目根目录名称>/tag/
|
||||||
- 额外路径:若 winboll.properties 配置 ExtraAPKOutputPath ,APK 同步拷贝至该ExtraAPKOutputPath路径
|
- 额外路径:若 winboll.properties 配置 ExtraAPKOutputPath ,APK 同步拷贝至该ExtraAPKOutputPath路径
|
||||||
|
|
||||||
4. 版本号命名规则
|
4. 版本号命名规则
|
||||||
|
|||||||
Reference in New Issue
Block a user