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

Update Android build tools to latest version 35.0.0 #1991

Closed
ahumesky opened this issue Jul 9, 2024 · 1 comment
Closed

Update Android build tools to latest version 35.0.0 #1991

ahumesky opened this issue Jul 9, 2024 · 1 comment
Assignees
Labels

Comments

@ahumesky
Copy link
Contributor

ahumesky commented Jul 9, 2024

The new mac CI runners appear to not have x86_64 emulation enabled (or something like that), and the current version of the installed android build tools have only x86_64 binaries, so the arm64 mac tests are now failing on rules_android. Build tools version 35.0.0 have x86_64 + arm64 combination binaries, so adding that version should fix the issue.

See #1981 (comment)

"build-tools;30.0.3" \

"build-tools;30.0.3" \

"build-tools;30.0.3" \

& "${android_sdk_tools_root}\latest\bin\sdkmanager.bat" "build-tools;30.0.3"

@fweikert
Copy link
Member

Installed v35 on Silicon workers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants