Failed to install the following SDK components #2410
Replies: 10 comments 14 replies
-
Sidenote: Why is the support chat no longer visible within CodeMagic? |
Beta Was this translation helpful? Give feedback.
-
@dtrdic - hi, we are also getting this issue now, feels like a potential issue on codemagic's side? |
Beta Was this translation helpful? Give feedback.
-
Received this issue 3 builds in a row so it doesn't seem to be temporary. Here is our latest build id: 65f359f345d5fefa6014e7ef |
Beta Was this translation helpful? Give feedback.
-
This is happening to us starting this morning. https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/8.1.0/gradle-8.1.0.jar'. Packages are not being completed and Android 34 can't be loaded. We cleard deps caches. Builds fine locally, all packages are pulled down just fine. |
Beta Was this translation helpful? Give feedback.
-
We're also seeing this happening when building on the latest Flutter beta ( Build ID: |
Beta Was this translation helpful? Give feedback.
-
This is happening again today. It fixed itself last week but our builds are failing again:
|
Beta Was this translation helpful? Give feedback.
-
It resolved around 12PM Pst yesterday, today every build failing. Here is one of the build ids 65fc5980c6a6a27511f32c7d |
Beta Was this translation helpful? Give feedback.
-
I fixed it by adding that environment section, and the below script: environment:
java: 21 # Define default, or platform version (e.g. 11)
# ndk: r26c # Does not work, the wrong tool is invoked $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --update
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-34"
ls ls -alF $ANDROID_HOME/platforms Btw impossible to install an ndk with environment. An obsolete version of sdkmanager is invoked (in another android sdk folder). |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion due to a lack of activity. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
-
Got the issue in build id 6667427c077ad83ab6b06610 |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Could not determine the dependencies of task ':app:packageStagingReleaseBundle'.
Build id (optional)
65ef1432a489f1589fbc773c
Beta Was this translation helpful? Give feedback.
All reactions