skiptools / skiptools/skipstone
`skip android emulator list` fails on fresh install
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 106
- Forks
- 20
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 9
Description
In UTM.app, install a fresh copy of macOS 26.3, install Android Studio Panda 1 | 2025.3.1 Patch 1, launch it with standard configuration. That will install an Android SDK in ~/Library/Android/sdk, including platform-tools/adb and emulator/emulator, but it won't add them to your $PATH.
dfabulich@Dans-Virtual-Machine ~ % skip android emulator list
Error: posix_spawn error: No such file or directory (2), `["emulator", "-list-avds"]`
dfabulich@Dans-Virtual-Machine ~ % PATH=$PATH:/Users/dfabulich/Library/Android/sdk/emulator skip android emulator list
Medium_Phone_API_36.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing skip android emulator list in the fresh macOS and Android Studio setup described, then trace the skip CLI entry point that invokes emulator -list-avds. Done means the command can list the available AVD without manually adding the Android SDK emulator directory to $PATH.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, macos, swift
- Domain
- cli, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100