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

Download NDK too #71

Open Alexander-- opened 9 years ago

Alexander-- commented 9 years ago

Would probably be simpler to implemented with Crystax NDK, because it has FOSS license and bzip extraction leads to lesser memory issues than lzma extraction (official Android NDK is lzma-compressed).

ncalexan commented 9 years ago

@JakeWharton: I'm evaluating using this plugin to implement bootstrapping the Firefox for Android development environment. We would like to download a version of the Android NDK as well. One can request an emulator be installed; would you take a PR to install the NDK?