-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Area: AndroidOS: macOSfeature requestinvestigateCollect additional information, like space on disk, other tool incompatibilities etc.Collect additional information, like space on disk, other tool incompatibilities etc.
Description
Description
sdkmanager is missing from Android SDK.
Workaround like #60 (comment) doesn't work for now: sudo: /usr/local/lib/android/sdk/tools/bin/sdkmanager: command not found
It's hard to install custom NDK versions without this command. This is an issue related to #60
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- Ubuntu Slim
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26
- macOS 26 Arm64
- Windows Server 2022
- Windows Server 2025
- Windows Server 2025 with Visual Studio 2026
Image version and build link
Image: macos-15-arm64
Version: 20260209.0147.2
Included Software: https://github.com/actions/runner-images/blob/macos-15-arm64/20260209.0147/images/macos/macos-15-arm64-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-15-arm64%2F20260209.0147
Is it regression?
Seems nope.
Expected behavior
sdkmanager exists in PATH.
Actual behavior
It doesn't.
Repro steps
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Set up NDK
run: sdkmanager --install "ndk;29.0.14206865"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: AndroidOS: macOSfeature requestinvestigateCollect additional information, like space on disk, other tool incompatibilities etc.Collect additional information, like space on disk, other tool incompatibilities etc.