In order to make the Android emulator run faster and be more responsive, you can configure it to take advantage of hardware acceleration, using a combination of configuration options, specific Android system images and hardware drivers.
Make sure you have the required SDK components installed
Start the AVD Manager and create a new AVD with the Target value ofAndroid 4.0.3 (API Level 15), revision 3 or higher.
If you want to have graphics acceleration enabled by default for this AVD, in theHardware section, click New, select GPU emulationand set the value to Yes.
Note: You can also enable graphics acceleration when you start an emulator using command line options as describe in the next section.
Name the AVD instance and select any other configuration options.
Caution: Do not select the Snapshot: Enabledoption. Snapshots are not supported for emulators with graphics acceleration enabled.
Click Create AVD to save the emulator configuration.