Click here to Skip to main content
15,905,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am trying to do my first android app.

When I try to luch my AVD I get this error.

[2014-08-17 07:25:29 - Emulator] could not get wglGetExtensionsStringARB

I tried to google it, it's a quite common question without any clear answer.

Hope my question is clear, forgive my bad English.

Thanks all.
Posted

After Googling I found a solution which worked for me:

Just to copy the files:

libEGL_translator
libGLES_CM_translator
libGLES_V2_translator
libOpenglRender

from the directory : ...\sdk\tools\lib to the directory: ...\sdk\tools

Some solutions were to update my graphics driver, but my driver was up to date, anyway I did updated it.

After doing these two things, I tried to launch my emulator and I didn't get the same error message, anyway I got another one telling me that my HAX file is not working and I am searching for some solution now.
 
Share this answer
 
 
Share this answer
 
Comments
Khaldoon Al-Talib 19-Aug-14 13:04pm    
Thank you for your help.

But this solution doesn't work completely in my case, I guess it works in other cases.
JoCodes 20-Aug-14 2:24am    
You are most welcome.. though i wish I could have helped u

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900