[
https://issues.jenkins-ci.org/browse/JENKINS-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160752#comment-160752
]
SCM/JIRA link daemon commented on JENKINS-13205:
------------------------------------------------
Code changed in jenkins
User: Christopher Orr
Path:
src/main/java/hudson/plugins/android_emulator/EmulatorConfig.java
http://jenkins-ci.org/commit/android-emulator-plugin/9a329071e96a7e26b99cbc237082daa83178364f
Log:
[FIXED JENKINS-13205] Ensure AVDs starting from snapshot have a clean SD card.
Compare:
https://github.com/jenkinsci/android-emulator-plugin/compare/4a1fee5...9a32907
> Emulator snapshots do not work correctly with sd cards
> ------------------------------------------------------
>
> Key: JENKINS-13205
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13205
> Project: Jenkins
> Issue Type: Bug
> Components: android-emulator
> Reporter: Jørgen Tjernø
> Assignee: Christopher Orr
>
> The Android emulator does not work properly with snapshots:
> http://code.google.com/p/android/issues/detail?id=27524
> One workaround to this would be for the plugin to copy away sdcard.img at the
> time it creates the snapshot, then copy it back when it loads the snapshot.
> (E.g. sdcard-snapshot-jenkins.img)
> Another option would be to recreate the sdcard.img each time before starting
> the emulator, since it's always blank when the plugin creates the snapshot,
> using mksdcard 128M file.img
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira