JakeWharton / sdk-manager-plugin

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

Evaluate Abandoning Custom SDK Manager Integration for SDKLib #32

Open JakeWharton opened 10 years ago

JakeWharton commented 10 years ago

com.android.tools:sdklib is the package through which sdkuimanager does operations on the SDK. We should be able to depend on it and perform operations directly.

That said, the existing part of the plugin for these operations does not really present fragility.