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

Support Lib repo always outdated with Android Gradle Plugin to 0.10.0 #23

Closed marcoRS closed 10 years ago

marcoRS commented 10 years ago

After upgrading a project to Android Gradle Plugin 0.10.0, I now always see this message when running "gradlew build":

Support library repository outdated. Downloading update...

The build time is now 3 to 4 times slower. You can take a look at a sample project here: https://dl.dropboxusercontent.com/u/9726572/github-issues/SimpleProject.zip

GuillaumeDelente commented 10 years ago

Confirmed, Looks like the dependenciesAvailable() function has been broken by the new Gradle Plugin. I had a look but without luck so far. @JakeWharton any idea? Is Configuration.files the correct way to resolve the dependencies?

JakeWharton commented 10 years ago

Won't have a chance to look until this weekend.

arcao commented 10 years ago

Confirmed too. This cause clean-up of Android support repository in my case and then build fails, because Android support library artifacts wasn't found.