How do I install the Android Studio Emulator on macOS?
1. Download Android Studio
- Visit the official page: <https://developer.android.com/studio>
- Click on Download Android Studio and accept the license terms.
2. Start Installation
- Open the downloaded
.dmgfile. - Drag the Android Studio icon into the Applications folder.
3. Start Android Studio
- Start Android Studio from the Applications folder.
- At the first start, the Setup Wizard will guide you through the installation of:
- Android SDK
- Android SDK Tools
- Android SDK Platform Tools
- A system image (e.g. Pixel-API-33)
4. Enable Hardware Acceleration
- Intel Mac: Install Intel HAXM (Hardware-Accelerated Execution Manager).
- Go to Preferences → Appearance & Behavior → System Settings → Android SDK → SDK Tools.
- Check the box next to Intel x86 Emulator Accelerator (HAXM installer) and click Apply.
- Apple Silicon (M-Series): The emulator uses the integrated Apple Hypervisor Framework – no extra installation needed.
5. Create Virtual Device (AVD)
- Open the AVD Manager: Tools → AVD Manager (or the icon in the toolbar).
- Click on Create Virtual Device.
- Choose a device (e.g. Pixel 5).
- Choose a system image (recommended: x86_64 for Intel Macs, arm64-v8a for M-Series).
- Click on Next → Finish.
6. Start Emulator
- In the AVD Manager, click on the ► symbol next to your virtual device.
- The emulator starts and you can install apps/games (Play Store or APK).
Tips for Smooth Usage
- RAM & CPU: In the AVD settings, assign at least 2 GB RAM and 2 CPU cores.
- GPU Rendering: Under Emulated Performance → Graphics, choose Hardware – GLES 2.0 (or Automatic) for best graphics performance.
- Storage Location: Set the AVD directory to an SSD to reduce start and load times.
- Play Store: Enable the Google Play checkbox when creating the AVD if you want to install apps from the store.
Error Troubleshooting (short)
| Problem | Quick Fix |
|--------|----------------|
| Emulator does not start | Check if HAXM (Intel) or Hypervisor Framework (M-Series) is enabled. macOS Security → Allow extensions. |
| Graphics stutter | Set Graphics to Software (only for testing) or check if your Mac supports GPU acceleration. |
| Insufficient memory | Increase RAM in the AVD Manager (max. 4 GB on an 8 GB Mac). |
With this, you have set up the free Android Studio Emulator on your Mac and can test apps and games – completely free and without a Genymotion license. Good luck! 🚀