How to use the new GPU accelerated avd?

21,809

Solution 1

The GPU emulation doesn't work very well at the moment:
http://code.google.com/p/android/issues/detail?id=28531
http://code.google.com/p/android/issues/detail?id=28529
http://code.google.com/p/android/issues/detail?id=28563

I also didn't manage to run it due to the crash.

A simple instruction of how to turn it on can be found here: https://plus.google.com/108967384991768947849/posts/DSi3oAuNnS7

Solution 2

There are a couple of different ways to turn on GPU acceleration described here: http://developer.android.com/guide/developing/devices/emulator.html#acceleration

Share:
21,809
android developer
Author by

android developer

Really like to develop Android apps & libraries on my spare time. Github website: https://github.com/AndroidDeveloperLB/ My spare time apps: https://play.google.com/store/apps/developer?id=AndroidDeveloperLB

Updated on March 20, 2020

Comments

  • android developer
    android developer about 4 years

    Google has announced that the Android emulator finally uses the GPU, as written here

    However, I can't find a tutorial of how to use it. I've tried to do some things and it just keeps crashing.

    So far , I've tried to :

    1. Install the app on "...\extras\intel\Hardware_Accelerated_Execution_Manager\IntelHaxm.exe".

      1. Enable/disable the flag on GPU emulation for the avd.

      2. Restart eclipse and OS .

    Is there anyone who have succeeded working with the new feature?