Issue Type: Bug Bug
Assignee: Christopher Orr
Components: android-emulator
Created: 20/May/14 8:34 PM
Description:

When we upgraded to 2.11 emulators stopped working. Projects are configured to run an emulator with defined properties. Builds fail with the following:

emulator: ERROR: unknown skin name 'wvga800'

or whatever skin is selected in the project configuration. After poking around it seems the generated AVD's config.ini is the culprit:

skin.name=wvga800
skin.path=platformsandroid-15skinsWVGA800

compared to a similar AVD created manually:

skin.name=WVGA800
skin.path=platforms\android-15\skins\WVGA800

I can manually repair and correct the config, then launch the AVD, but Jenkins will overwrite the config with the next build and break it again. So the "Run emulator with properties" feature is useless.

Project: Jenkins
Priority: Major Major
Reporter: Travis Christian
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/d/optout.

Reply via email to