Tyler_Le10
Tyler_Le10

Reputation: 21

Android Studio: Use GPU

I am working in Android Studio and using the emulator to test my app. Is there anyway that I can get the emulator to use the GPU for certain things?

Upvotes: 2

Views: 11754

Answers (1)

Yes, if you go to AVD Manager > Select your emulator from the list :

enter image description here

Click on the Edit this AVD button & click on Show Advanced Settings :

enter image description here

On the Graphics options, select Hardware instead of Software, and click finish

Upvotes: 4

Related Questions