android - Failed to create Context 0x3005 emulator: WARNING: Could not initialize OpenglES emulation, using software renderer -


I am trying to create an emulator to test my application, but I am getting the following error and mine The emulator is just showing black. Starting the emulator for the AVD_for_Xperia_Z1_by_Sony 'Reference 0x3005 failed to create the emulator: Warning: Using the software renderer, OpenglES could not start emulation. WglGetExtensionsStringARB could not get wglGetExtensionsStringARB wglGetExtensionsStringARB could not get wglGetExtensionsStringARB wglGetExtensionsStringARB could not get wglGetExtensionsStringARB wglGetExtensionsStringARB could not handle wglGetExtensionsStringARB

I had a lot of google issue to solve it, but none of them got my problem Does not solve

Can someone suggest me how to solve this issue and what exactly does this error mean?

Thank you

Google this error, I found some ways to decide: ( Code.google.com, stackoverflow.com, ...) to

  • Raise the RAM for the adapter
  • "sdk \ tools \ lib" to "sdk \ tools" (4 files start with DLL name "Lib")
  • Add SDK directory in pad environment emulator.exe < Li> Run emulator-arm.exe instead of emulator.exe

    But not all work for me!

    Finally, I got another solution: Update Graphics driver
    I update the Intel graphics driver: (Access through Internet Explorer) and it works for me Now I get the error Without Android emulator,

  • Comments

    Popular posts from this blog

    c - Mpirun hangs when mpi send and recieve is put in a loop -

    python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

    java - Unable to get JDBC connection in Spring application to MySQL -