Skip to content

Commit

Permalink
[FIXED JENKINS-17126] Don't enable emulator snapshots by default.
Browse files Browse the repository at this point in the history
Snapshots are pretty unreliable and people should use the super-speedy x86
system images where available in any case.
  • Loading branch information
orrc committed May 14, 2014
1 parent 11b044b commit eef391e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@
</f:entry>
<f:entry help="${resURL}/plugin/android-emulator/help-useSnapshots.html">
<f:checkbox id="android-emulator.useSnapshots" name="android-emulator.useSnapshots"
checked="${h.defaultToTrue(instance.useSnapshots)}" />
checked="${instance.useSnapshots}" />
<label class="attach-previous">${%Use emulator snapshots}</label>
</f:entry>
</f:section>
Expand Down

0 comments on commit eef391e

Please sign in to comment.