Skip to content

Instantly share code, notes, and snippets.

View avnikolaev's full-sized avatar

avnikolaev

  • US
View GitHub Profile
@mrk-han
mrk-han / emulator-install-using-avdmanager.md
Last active January 11, 2025 20:55
Installing and creating Emulators with AVDMANAGER (For Continuous Integration Server or Local Use)

Install and Create Emulators using AVDMANAGER and SDKMANAGER

TL;DR

For an emulator that mimics a Pixel 5 Device with Google APIs and ARM architecture (for an M1/M2 Macbook):

  1. List All System Images Available for Download: sdkmanager --list | grep system-images

  2. Download Image: sdkmanager --install "system-images;android-30;google_atd;arm64-v8a"