- List all installed system-images:
sdkmanager --list_installed
- List all system-images and note the one you want to use:
sdkmanager --list | grep "system-images"
- Download the desired system-image. E.g.:
sdkmanager "system-images;android-24;google_apis;x86_64"
- Create the emulator. E.g.:
avdmanager create avd -n "android-24-custom" -k "system-images;android-24;google_apis;x86_64"