Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable build speed window in android studio?

I just came to know that in the latest Android Studio 4.0, there is a Build Speed Window which will help to understand and diagnose issues with the build process. But somehow, that Build Speed Window is not appearing after the build is successful. Does anyone know how to enable the build speed window?

like image 523
Rishabh Sagar Avatar asked Oct 28 '25 10:10

Rishabh Sagar


2 Answers

Android Studio 4.0 Canary 3

Android Gradle plugin 4.0.0-alpha03 and higher

Step 1: Build > Make Project from the menu bar

Step 2: Select View > Tool Windows > Build from the menu bar.

After Android Studio finishes building your project, Open the Build Speed window in one of the following ways:

Step 3: Click the Build Speed tab. or Click the link in the right side of the Build Output window.

If you are using android studio 4.0 beta channel, build speed is known as build analyzer.

enter image description here refer this documentation.

I hope this helps.

like image 196
jose praveen Avatar answered Oct 30 '25 14:10

jose praveen


@josepraveen answers is the correct one. I just want to add that you should also make sure that you have com.android.tools.build:gradle:4.0.0 under dependencies in the build.gradle of the parent Then do the step 1 etc

enter image description here

like image 28
Dagnogo Jean-François Avatar answered Oct 30 '25 14:10

Dagnogo Jean-François



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!