Configure hardware acceleration for the Android Emulator | Android Studio | Android Developers
developer.android.com·13h
Hardware Acceleration
Preview
Report Post

The emulator runs best if it can use your machine’s hardware, such as the CPU, GPU, and modem, rather than running as pure software. The ability to use your machine’s hardware to improve performance is called hardware acceleration.

The emulator can use hardware acceleration to improve your experience in two main ways:

  • Graphics acceleration for improved screen rendering
  • Virtual machine (VM) acceleration for improved execution speed

Hardware acceleration is enabled by default on most machines. If it isn’t enabled on your machine, this page describes how you can configure graphics and virtual machine (VM) acceleration to get higher performance from the emulator.

Configure graphics acceleration

Android devices use OpenGL for Embedded Systems (OpenGL ES or GLES) and Vulk…

Similar Posts

Loading similar posts...