Replies: 1 comment
|
The quickest fix on macOS with Homebrew is: brew install --cask android-platform-tools
adb version
command -v adb
skip checkupThat cask installs Google's Android SDK Platform-Tools, which contains If Android Studio is already installed, you probably have export ANDROID_HOME="$HOME/Library/Android/sdk"
export PATH="$ANDROID_HOME/platform-tools:$PATH"Put those two lines in
|
Uh oh!
There was an error while loading. Please reload this page.
getting this error when doing skip checkup after an install:
skip checkup
[✓] Skip version 1.9.5 (= 1.9.5)
[✓] macOS version 26.6 (> 13.5.0)
[✓] macOS architecture: ARM
[✓] Swift version 6.3.3 (> 5.9.0)
[✓] Swiftly version 1.1.3 (> 1.0.0)
[✓] Xcode version 26.6 (> 15.0.0)
[✓] Xcode tools SDKs: 5
[✓] Homebrew version 6.0.15 (> 4.1.0)
[✓] Gradle version 9.6.1 (> 8.6.0)
[✓] Java version 26.0.2 (> 17.0.0)
[✗] An executable tool named 'adb' could not be found in the PATH, nor was it specified as part of the command-line flags.
[✗] Skip 1.9.5 checkup failed with 1 error
See https://skip.dev/docs/faq and https://forums.skip.dev for help
See output log for error details: /tmp/skip-checkup-2026-08-05T15:07:50Z.txt
Error: 2 errors
not sure how to fix it!
All reactions