Reputation: 21
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
Reputation: 4327
Yes, if you go to AVD Manager > Select your emulator from the list :
Click on the Edit this AVD button & click on Show Advanced Settings :
On the Graphics options, select Hardware instead of Software, and click finish
Upvotes: 4