Skip to content
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

[macOS] Fix for macOS15 Android SDK and Command Line Tools #10856

Closed

Conversation

sarathrajsrinivasan
Copy link
Contributor

@sarathrajsrinivasan sarathrajsrinivasan commented Oct 24, 2024

Description

  1. Update the Android SDK minimum version to 35.0.0 in macOS 15, as version 35.0.2 is not available yet, resulting in the build-tools not being installed on macOS 15 images.

  2. We do not see "Android Command Line Tools" in macOS15 Software report since the code does not account for versions with suffixes such as -alpha01 ( in this case 16.0-alpha01). Updated the code to support for versions with a hyphen followed by alphanumeric characters.

Related issue:

#10814

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@qwertylolman
Copy link

When will we have this fix at least merged?

@Pastajello
Copy link

Pastajello commented Oct 31, 2024

@sarathrajsrinivasan hi, why this closed without merge? Is there any other plans how to fix command line tools issue? Especially since macos-14 agent is being removed on beginning of November

@qwertylolman
Copy link

@sarathrajsrinivasan hi, why this closed without merge? Is there any other plans how to fix command line tools issue? Especially since macos-14 agent is being removed on beginning of November

issue is fixed here #10875

@sarathrajsrinivasan sarathrajsrinivasan deleted the macos-sdk-buildtools branch December 8, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants