Scroll to the "Command line tools only" section on the Android Studio downloads page and choose the package for your OS (Windows, Mac, or Linux). Setup:
If you want to avoid the heavy Android Studio installation (which can take ~3 GB), you can download the package. download android virtual device manager
Add the bin folder to your system's (PATH). Scroll to the "Command line tools only" section
This is the easiest way for most developers and testers. Android Studio bundles the emulator and the Device Manager into a single graphical interface. download android virtual device manager
Use the sdkmanager command to download the emulator and system images: sdkmanager "emulator" "system-images;android-33;google_apis;x86_64" .