Android SDK v34 #3194
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce1 build Flutter application with Android SDK v34 Expected resultsQuick build without installing Android Build Tools Actual results10 minutes Android application build in reason of installing Android Build Tools v34
Build id (optional)6880ec4c50f8778252bcf5bd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @criterionhcm-ionic the build isn’t taking 10+ minutes due to downloading or installing Android Build Tools v34. The main reason for the longer duration is the heavy dependencies in your project. For comparison, here's a screenshot of one of my builds, it completes in under 3 minutes: If you're looking to speed up your Android builds, I recommend caching the following paths:
Please note caching only takes effect after a successful build, so you’ll need at least one clean build to complete before the next one benefits from the cache. |
Beta Was this translation helpful? Give feedback.
Hi @criterionhcm-ionic the build isn’t taking 10+ minutes due to downloading or installing Android Build Tools v34. The main reason for the longer duration is the heavy dependencies in your project.
For comparison, here's a screenshot of one of my builds, it completes in under 3 minutes:
If you're looking to speed up your Android builds, I recommend caching the following paths:
Please note caching only takes effect after a successful build, so you’ll need at least one …