Skip to content

Instantly share code, notes, and snippets.

@pasindu-kavinda
Last active December 3, 2024 02:03
Show Gist options
  • Save pasindu-kavinda/a77eecd976dd3d242f8d55cc6ebcc193 to your computer and use it in GitHub Desktop.
Save pasindu-kavinda/a77eecd976dd3d242f8d55cc6ebcc193 to your computer and use it in GitHub Desktop.
Improving Android Emulator Performance

Disable Unnecessary Features

Disable camera, sensors, and unnecessary network features in AVD settings.

Change Graphic Mode

Goto to Virtual Device Manager > Edit option for device > Emulated performance

Change Graphics to Hardware

Sometimes this option will not available.

Goto AVD installation folder. In linux: ~./.android/avd/

Add/change below line in emulator config.ini

hw.gpu.mode=host

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment