В Android Studio 4 canary 3 добавили Build Speed window, которое покажет потенциальные проблемы со сборкой.
Чтобы заработало, придется поднять версию Android Gradle plugin до 4.0.0-alpha03
#androidstudio
https://developer.android.com/studio/preview/features#build-attribution
Чтобы заработало, придется поднять версию Android Gradle plugin до 4.0.0-alpha03
#androidstudio
https://developer.android.com/studio/preview/features#build-attribution
Несколько полезных советов по ускорению сборки приложения:
- Use the latest Android Gradle Plugin
- Avoid Legacy multidex
- Disable multi-APK
- Include a minimal resource
- Disable PNG Crunching
- Use Instant Run
- Avoid Inadvertent changes
- Don’t use dynamic versions of Gradle
- Watch the memory
- Enable Gradle Caching
#android #build
https://heartbeat.fritz.ai/10-tips-to-speed-up-android-gradle-build-times-c0ec665fc800
- Use the latest Android Gradle Plugin
- Avoid Legacy multidex
- Disable multi-APK
- Include a minimal resource
- Disable PNG Crunching
- Use Instant Run
- Avoid Inadvertent changes
- Don’t use dynamic versions of Gradle
- Watch the memory
- Enable Gradle Caching
#android #build
https://heartbeat.fritz.ai/10-tips-to-speed-up-android-gradle-build-times-c0ec665fc800
Medium
10 Tips to Speed Up Android Gradle Build Times
3x your build speed by following these simple best practices