Issue Type: Bug Bug
Assignee: Christopher Orr
Attachments: test #60 Console [Jenkins] - Google Chrome_2013-11-13_11-40-38.png
Components: android-emulator
Created: 13/Nov/13 6:32 AM
Description:

I came across below mentioned issue when trying to launch android emulator via Jenkins. I tried to find some solutions in Google and could not get a proper one yet.
Just thought of forwarding this to you to know your input on this.

Scenario:
I wanted to launch Android emulator while running the build in Jenkins so the monkeyTalk scripts can be run once the build is completed and emulator is started. For doing this I added Android Emulator plugin to Jenkins so I can launch the Android emulator as soon as the build id completed.

Issue:
I get below mentioned error message (#2 in the screenshot) when running the build in Jenkins. Just to check whether the same error occurs when running the highlighted commend (#1 in screenshot) in command prompt, I pasted the same command into the command prompt and executed. Then the android emulator started without any issues.

ISSUE LOG:

Started by user anonymous
Building in workspace C:\Users\tharindraj\.jenkins\workspace\test
$ C:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk/tools/android.bat list target
[android] Using Android SDK: C:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk
$ C:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk/platform-tools/adb.exe start-server
$ C:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk/tools/emulator.exe -snapshot-list -no-window -avd 99x
[android] Starting Android emulator and creating initial snapshot
[android] Erasing existing emulator data...
$ C:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk/tools/emulator.exe -no-boot-anim -ports 51300,51301 -avd 99x -no-snapshot-load -no-snapshot-save -wipe-data
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.

  • daemon not running. starting it now on port 51302 *
  • daemon started successfully *
Project: Jenkins
Priority: Major Major
Reporter: tharindraj jayamaha
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to