计算机技术实战

纸上得来终觉浅,绝知此事要躬行。

Download this project as a .zip file Download this project as a tar.gz file

App构建流程分析

目录

构建流程简介

官方文档

Configure your build

(原图地址:https://developer.android.com/images/tools/studio/build-process_2x.png)

构建流程探析

Demo地址

https://github.com/mwping/build-apk-analysis

生成gradle报告

./gradlew assembleDebug --scan
...
BUILD SUCCESSFUL in 2s
25 actionable tasks: 5 executed, 20 up-to-date

Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no]
yes
Gradle Terms of Service accepted.

Publishing build scan...
https://gradle.com/s/kh2uq2j6lg4cw

打开timeline:https://scans.gradle.com/s/kh2uq2j6lg4cw/timeline