Reputation: 1104
in my application there is requirement to build app for 1920x1080 device resolution.
so i had create android emulator with below configuration.
now the problem is emulator started but when i have run my ouapplication in it. emulator screen become white so i could not see my application in it.
there is any other way to test or developer application with 1920x1080 device resolution.
Thank you..
Upvotes: 1
Views: 2634
Reputation: 3907
The Android Emulator doesn't have the capacity to run high resolution screen as OpenGL Renderer fails all the time. You can try Intel x86 to speed up your emulator. Download SDK Manager>>Extras>>Intel Hardware Accelerated Execution Manager
and install it from <SDK>/extras/intel
. Check Use Host GPU
on your emulator configuration.
P.S. I would suggest you to check Genymotion and SocketQ
Upvotes: 1