I have all the SDKs updated and all necessary components installed. My code does not have any error but whenever I launch any Android application in the emulator, I get the following error in the console. After that the emulator works normally and the application runs perfectly.
Error :
[2012-10-21 21:50:57 - MushTouch] ------------------------------
[2012-10-21 21:50:57 - MushTouch] Android Launch!
[2012-10-21 21:50:57 - MushTouch] adb is running normally.
[2012-10-21 21:50:57 - MushTouch] Performing swayam.dev.mushtouch.MushTouchActivity activity launch
[2012-10-21 21:50:57 - MushTouch] Automatic Target Mode: Preferred AVD 'Tablet_4.1' is not available. Launching new emulator.
[2012-10-21 21:50:57 - MushTouch] Launching a new emulator with Virtual Device 'Tablet_4.1'
[2012-10-21 21:50:58 - Emulator] Failed to create Context 0x3005
[2012-10-21 21:50:58 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - MushTouch] New emulator found: emulator-5554
[2012-10-21 21:50:58 - MushTouch] Waiting for HOME ('android.process.acore') to be launched...
After this, everything works perfectly. I know that this is not much of an hindrance to the application development as everything runs normally after this, but still I would like to know the reason behind this error. Am I missing any components ? Does my system not support anything ? What could be the possible reasons for the error ?
My development environment :
Windows 7 Ultimate 32 Bit,
Eclispe Juno,
JDK 1.6 and 1.7
Thanks!
Related
I installed a project in Eclipse and when I run Android emulator I get this error:
[2013-11-10 17:19:16 - Emulator] Failed to create Context 0x3005
[2013-11-10 17:19:16 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:17 - MyNEWapp] New emulator found: emulator-5554
[2013-11-10 17:19:17 - MyNEWapp] Waiting for HOME ('android.process.acore') to be launched...
[2013-11-10 17:25:36 - MyNEWapp] HOME is up on device 'emulator-5554'
[2013-11-10 17:25:36 - MyNEWapp] Uploading MyNEWapp.apk onto device 'emulator-5554'
[2013-11-10 17:25:40 - MyNEWapp] Installing MyNEWapp.apk...
[2013-11-10 17:27:52 - MyNEWapp] Failed to install MyNEWapp.apk on device 'emulator-5554!
[2013-11-10 17:27:52 - MyNEWapp] (null)
[2013-11-10 17:27:53 - MyNEWapp] Launch canceled!
Can you help me to resolve this problem?
I've had this problem once. This is how I solved it:
Open AVD Manager
Select your emulator
Click on edit
Check - Use Host GPU
If the above solution does not work it means there are no drivers for your graphics card .
I had exactly the same problem.
The solution was quite simple. Install the driver for my video card Gforce 9600GT.
https://askubuntu.com/questions/172312/stuck-with-launching-new-emulator
[2013-09-24 01:37:57 - FirstApp] ------------------------------
[2013-09-24 01:37:57 - FirstApp] Android Launch!
[2013-09-24 01:37:57 - FirstApp] adb is running normally.
[2013-09-24 01:37:58 - FirstApp] Performing com.example.firstapp.MainActivity activity launch
[2013-09-24 01:37:58 - FirstApp] Automatic Target Mode: launching new emulator with compatible AVD 'AVD_for_Nexus_4_by_Google'
[2013-09-24 01:37:58 - FirstApp] Launching a new emulator with Virtual Device 'AVD_for_Nexus_4_by_Google'
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] Failed to create Context 0x3005
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] could not get wglGetExtensionsStringARB
[2013-09-24 01:38:07 - Emulator] emulator: Failed to open the HAX device!
[2013-09-24 01:38:07 - Emulator]
[2013-09-24 01:38:07 - Emulator] emulator: Open HAX device failed
[2013-09-24 01:38:07 - Emulator]
[2013-09-24 01:38:07 - Emulator] HAX is not working and emulator runs in emulation mode
[2013-09-24 01:38:07 - FirstApp] New emulator found: emulator-5554
[2013-09-24 01:38:07 - FirstApp] Waiting for HOME ('android.process.acore') to be launched...
and below is my AVD configuration
Target : Android 4.3 - API Level 18
CPU/ABI: Intel Atom (x86)
RAM : 512 VM Heap : 64
Internal storage : 200MiB
SD Card : 1000MiB
i found so many answers, but none helped. plz help me with the solution.
There is a emulation option (for your emulator) called "USE HOST GPU"... Is it enabled? Take a look at it.
It seems like your emulator is falling at initializing rendering using your host machine GPU. You can uncheck that box if that is the case, and it will use only software rendering.
You can give it a try.
[2013-04-23 08:43:47 - StartupActivity] Android Launch! [2013-04-23
08:43:47 - StartupActivity] adb is running normally. [2013-04-23
08:43:47 - StartupActivity] Performing
com.eleybourn.bookcatalogue.StartupActivity activity launch
[2013-04-23 08:43:48 - StartupActivity] Automatic Target Mode:
launching new emulator with compatible AVD 'book' [2013-04-23 08:43:48
- StartupActivity] Launching a new emulator with Virtual Device 'book' [2013-04-23 08:43:48 - Emulator] WARNING: Data partition already in
use. Changes will not persist! [2013-04-23 08:43:48 - Emulator]
WARNING: Cache partition already in use. Changes will not persist!
[2013-04-23 08:43:48 - Emulator] Failed to create Context 0x3005
[2013-04-23 08:43:48 - Emulator] could not get
wglGetExtensionsStringARB [2013-04-23 08:43:48 - Emulator] emulator:
WARNING: Could not initialize OpenglES emulation, using software
renderer. [2013-04-23 08:43:48 - Emulator] could not get
wglGetExtensionsStringARB [2013-04-23 08:43:48 - Emulator] could not
get wglGetExtensionsStringARB [2013-04-23 08:43:48 - Emulator] could
not get wglGetExtensionsStringARB [2013-04-23 08:43:48 - Emulator]
could not get wglGetExtensionsStringARB [2013-04-23 08:43:48 -
Emulator] could not get wglGetExtensionsStringARB [2013-04-23 08:43:48
- Emulator] could not get wglGetExtensionsStringARB [2013-04-23 08:43:48 - Emulator] could not get wglGetExtensionsStringARB
[2013-04-23 08:43:48 - Emulator] emulator: emulator window was out of
view and was recentered [2013-04-23 08:43:48 - Emulator]
help me rectify the error.emulator starts perfectly when i run the code but nothing happens after that and app is not found in the app tray.
One solution is to delete your current avd and create a new one.
I've been at this for days, and I keep getting this...
`[2012-09-24 18:31:32 - Emulator] Failed to create Context 0x3005
[2012-09-24 18:31:32 - Emulator] emulator: WARNING: Could not initialize OpenglES
emulation, using software renderer.
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB`
I already updated to all the latest tools, images, etc. I also checked the gpu emulation to yes, and I tried to see if force gpu force rendering would fix it. So far nothing. Everything else works normally. Any ideas? Oh, and I'm using windows 8. Could that be the problem?
Android emulators targeted below API level 15 don't support graphics emulation, which includes OpenGL ES 2.0.
Try targeting a later API, or using something like the Genymotion emulator, which supports graphics acceleration.
I have installed Java x64, Eclipse Classic Juno x64 + ADT Pluggin. OS win 7 x64. I installed everything according to the manual. Then created first application and launched it. Emulator was launched but the hello world app didn't. I have no idea what i am doing wrong. Does anyone know of such error and my problem as a whole? thx
Console log:
[2012-10-06 13:35:42 - test] ------------------------------
[2012-10-06 13:35:42 - test] Android Launch!
[2012-10-06 13:35:42 - test] adb is running normally.
[2012-10-06 13:35:42 - test] Performing com.example.test.MainActivity activity launch
[2012-10-06 13:35:42 - test] Automatic Target Mode: launching new emulator with compatible AVD 'AVD_41'
[2012-10-06 13:35:42 - test] Launching a new emulator with Virtual Device 'AVD_41'
[2012-10-06 13:35:42 - Emulator] Failed to create Context 0x3005
[2012-10-06 13:35:42 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-10-06 13:35:42 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2012-10-06 13:35:42 - Emulator] WARNING: SD Card image already in use: C:\Users\Zewisa\.android\avd\AVD_41.avd/sdcard.img
[2012-10-06 13:35:42 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] emulator: warning: opening audio input failed
[2012-10-06 13:35:42 - Emulator]
UPD: I updated audio & video drivers. All the errors have gone, but still application does not launch
UPD2: made some screenshot
Sometimes app gets installed onto the emulator but it's main activity is not launched. Check the apps on the emulator to see if your app is installed. If it is, try launching it from there
I found the mistake, I have killed the process adb.exe than launched emulator from AVD Manager when it launched runned application and hello world was runned, thx for everyone