Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

issue with sdk with adt bundle from android official site- No reply after 2 days-pl answer

I downloaded sdk with adt bundle from android official site for 32 bit window. But when i start running android application , virtual emulator launched with blank screen. in the console ,i get following erroe message --

013-12-23 00:49:14 - y] ------------------------------ [2013-12-23 00:49:14 - y] Android Launch! [2013-12-23 00:49:14 - y] adb is running normally. [2013-12-23 00:49:14 - y] Performing com.example.y.MainActivity activity launch [2013-12-23 00:49:14 - y] ------------------------------ [2013-12-23 00:49:14 - y] Android Launch! [2013-12-23 00:49:14 - y] adb is running normally. [2013-12-23 00:49:14 - y] Performing com.example.y.MainActivity activity launch [2013-12-23 00:49:14 - y] Automatic Target Mode: launching new emulator with compatible AVD 'ajay' [2013-12-23 00:49:14 - y] Launching a new emulator with Virtual Device 'ajay' [2013-12-23 00:49:14 - y] Automatic Target Mode: launching new emulator with compatible AVD 'ajay' [2013-12-23 00:49:14 - y] Launching a new emulator with Virtual Device 'ajay' [2013-12-23 00:53:05 - Emulator] Failed to create Context 0x3005 [2013-12-23 00:53:05 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] WARNING: Data partition already in use. Changes will not persist! [2013-12-23 00:53:05 - Emulator] WARNING: Cache partition already in use. Changes will not persist! [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] could not get wglGetExtensionsStringARB [2013-12-23 00:53:05 - Emulator] Failed to create Context 0x3005 [2013-12-23 00:53:05 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. [2013-12-23 00:53:05 - Emulator] emulator: warning: opening audio output failed [2013-12-23 00:53:05 - Emulator] [2013-12-23 00:53:05 - Emulator] emulator: warning: opening audio output failed [2013-12-23 00:53:05 - Emulator] [2013-12-23 00:53:06 - y] New emulator found: emulator-5556

pl give the solution , i tried no of times

1 Answer

Kate Hrycak
Kate Hrycak
5,542 Points

Hey Rajat,

Not too sure what's exactly going on here, but I've found if all else fails, uninstall everything and try re-installing it again. I tried to mess around with where the workspace was saved and had similar problems my first install, so I uninstalled, reinstalled, and just went with the default for everything then was good to go.

Give this a try and hopefully the emulator will sort itself out. Or, you can always USB your own Android device (if you have one) to skip the emulator altogether. Honestly, I find the emulator so bulky and it takes forever to load anyways.

Hope this helps!