user1870724
user1870724

Reputation: 65

app does not run in the emulator. eclipse shows the following errors

[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.

Upvotes: 0

Views: 878

Answers (1)

stinepike
stinepike

Reputation: 54672

One solution is to delete your current avd and create a new one.

Upvotes: 1

Related Questions