-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android SDK Build Tools doesn't exists on macOS runners on default #10814
Comments
after some digging and using |
Hi @mcagabe19 , We are looking into it. Will keep you posted. |
Hi @mcagabe19 , We are able to see the Android SDK Build tools in all macOS12, macOS13 and macOS14 images. We are investigating for macOS15. In the meantime please check your workflow with either macOS13 or macOS14.
|
on a test workflow, indeed macOS 12, 13 and 14 does have so that means only macOS 15 doesn't have |
finally, I found this ticket xD any workarounds? it's critical for us, and PR is still not approved |
|
The build-tools are not on macos-15. I need it for my maui project, since i got this error: /Users/runner/hostedtoolcache/dotnet/packs/Microsoft.Android.Sdk.Darwin/34.0.143/targets/Microsoft.Android.Sdk.Tooling.targets(31,5): error XA5205: Cannot find Please make the build-tools available. Thanks! |
Same with me, since upgrading to macos-15 to compile my maui ios project with xcode 16, my android tasks are failing.
|
I guess this workaround still gonna apply for a while |
After a breakage in the MAUI workloads a few weeks ago everyone was advised to migrate to macOS-14 and Xcode 16. Now the rug has been pulled by removing Xcode 16 from macOS-14 and breaking lots of peoples build pipelines in the process. Any word on when the Android build tools will be added to macOS-15? |
whenever this pull request is merged, it'll be fixed I think |
I managed to get my Azure Devon pipelines to complete by adding a script task after the MAUI install. Replace $(AndroidProjectPath) with your own path to the Android project.
|
I was able to work around this but had to add these 3 tasks after the step to install the MAUI workloads. We're building our .NET MAUI app with Android 14 as the target version (API level 34).
|
now |
Description
title and I use
ANDROID_HOME
env btw(sorry if something is wrong, I'm first time making issue to here)
Platforms affected
Runner images affected
Image version and build link
Version: 20241014.193
Link to build: https://github.com/MobilePorting/FPS-Plus-Mobile/actions/runs/11408800443/job/31747750013
Is it regression?
uhhh no ig?
Expected behavior
To Build
Actual behavior
build-tools is missing or misplaced, idk really
Repro steps
The text was updated successfully, but these errors were encountered: