Launch an Android Emulator

#Android

whck6

./avdmanager list avd
Available Android Virtual Devices:
    Name: Pixel_API_25
  Device: pixel (Google)
    Path: /Users/whh/.android/avd/Pixel_API_25.avd
  Target: Google APIs (Google Inc.)
          Based on: Android 7.1.1 (Nougat) Tag/ABI: google_apis/x86_64
    Skin: pixel
  Sdcard: 100M

Run an Android Emulator

cd ${ANDROID_HOME}/tools
emulator @${YOUR_AVD_NAME}

List of Devices Attached

adb devices
List of devices attached
emulator-5554    device

https://developer.android.com/studio/run/emulator-commandline.html https://developer.android.com/studio/command-line/avdmanager.html