android - Emulator error - Open HAX device failed -


my android emulator not launching app. emulator launches doesn't launch app. got following bunch of errors while launching emulator.

how can solve these issues?

failed create context 0x3005 emulator: warning: not initialize opengles emulation, using software renderer. data partition in use. changes not persist! cache partition in use. changes not persist! not wglgetextensionsstringarb not wglgetextensionsstringarb not wglgetextensionsstringarb not wglgetextensionsstringarb not wglgetextensionsstringarb not wglgetextensionsstringarb not wglgetextensionsstringarb not wglgetextensionsstringarb hax not working , emulator runs in emulation mode emulator: failed open hax device! failed allocate memory: 1455 emulator: open hax device failed application has requested runtime terminate in unusual way. please contact application's support team more information. 

my emulator settings:

  • device: 3.7 wvga
  • target: android 4.2.2 (api 17)
  • cpu: intel atom(x86)
  • ram: 512
  • vm heap: 32

it because of missing driver graphics card. warning suggests problem opengl es emulation. make sure click "use host gpu" option while creating avd. install driver video card.

https://askubuntu.com/questions/172312/stuck-with-launching-new-emulator


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -