Open ok3141 opened 9 years ago
@JakeWharton: I'm evaluating using this plugin to implement bootstrapping the Firefox for Android development environment.
For hysterical raisins, we need to download some extras that are usually provided by the various m2repository extras as old-style extras. One way to achieve that would be to add a list of additional Android packages to install, like:
sdkManager {
additionalPackages = ["extra-android-support", ...]
}
Would you take a PR like that?
Sure. That would solve the emulator downloading too.
On Fri, Jul 10, 2015, 8:18 PM Nick Alexander notifications@github.com wrote:
@JakeWharton https://github.com/JakeWharton: I'm evaluating using this plugin to implement bootstrapping the Firefox for Android development environment.
For hysterical raisins, we need to download some extras that are usually provided by the various m2repository extras as old-style extras. One way to achieve that would be to add a list of additional Android packages to install, like:
sdkManager { additionalPackages = ["extra-android-support", ...] }
Would you take a PR like that?
— Reply to this email directly or view it on GitHub https://github.com/JakeWharton/sdk-manager-plugin/issues/76#issuecomment-120554901 .
Due to some bugs already registered here it may helpful to implement direct configuring via
sdkManager
extension. It may be something like Travis has: