JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 132 forks source link

Add configuration extension to allow emulator download #45

Closed lkorth closed 9 years ago

lkorth commented 10 years ago

This is a start of the implementation of #25, it allows a user to optionally configure an emulator version and architecture that should be downloaded.

It's a little unfortunate how the values are hardcoded in RecordingAndroidCommand, but I didn't see another simple way to do it.

If anyone has recommendations or improvements, I'm happy to update this.

:octocat:

lkorth commented 10 years ago

Rebased against master and squashed my commits

lkorth commented 9 years ago

Rebased against master

JakeWharton commented 9 years ago

Looks great. Two comments on it.

lkorth commented 9 years ago

Thanks for the feedback Jake. I've fixed the imports and updated my commit. :sparkles:

JakeWharton commented 9 years ago

This is fantastic, thanks!