Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator: could not get wglGetExtensionsStringARB

I am getting this error in the android emulator logs since I updated the SDKManager and ADT: [2014-03-12 12:30:05 - Emulator] could not get wglGetExtensionsStringARB What does it mean? And is there anything I can do about it?

like image 959
CihatGokce Avatar asked Jun 21 '26 15:06

CihatGokce


2 Answers

I found some people suggest to ignore this error, this is a good option only when your emulator initiating but in my case I ignore this error and my emulator was being start but after that my app didn't appear in that emulator. Then I realized this non-appearance could be because of any incorrect coding in my source file so I create another hello world project which was appearing fine in emulator then I compare my main manifest.xml file with the manifest.xml file of my hello world project. I've some unneccessary or probably miss codes exist in main manifest.file I replace them with my hello world manifest file via copy pasting. Finally all working for me. If you're app still not appearing then try to find your app name in manage file tab of emulator (manage app tab could be appear when pressing menu button at the home screen) if your app name exist there, it means you need to refresh or relode your emulator to make it appear.

Thank hopefully it would be hopeful for someone.

like image 155
A.Aleem11 Avatar answered Jun 24 '26 06:06

A.Aleem11


That's means that,

When you create the emulator, you need to choose properties CPU/ABI is Intel Atom (Which will be installed it in SDK manager)

OR

You have unchecked the Checkbox

Go to AVD Manager -> Select the device -> Click Edit 

and Uncheck the Enabled checkbox.

like image 25
Piyush Avatar answered Jun 24 '26 06:06

Piyush



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!