Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Plugin doesn't download "Android Support Library" for support-annotations #90

Open
yogurtearl opened this issue Oct 27, 2015 · 1 comment

Comments

@yogurtearl
Copy link

Using version b182b51 ( master ):

When a project depends on "support-annotations", I get the resulting in the error below. ( this also seems to happen with 0.12.0, so not a regression )

If I try to build again, it works on the second try.

Android SDK not found. Downloading...
SDK extracted at '/Users/foo/.android-sdk'. Writing to local.properties.
Build tools 23.0.1 missing. Downloading...
Platform tools missing. Downloading...
Compilation API android-23 missing. Downloading...
Support library repository missing. Downloading...

....
> Could not find com.android.support:support-annotations:22.2.1.
     Searched in the following locations:

....
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.android.support:support-annotations:22.2.1.
Searched in the following locations:
@plastiv
Copy link

plastiv commented Oct 29, 2015

this issue is tracked here #70
Support repository is downloaded, but gradle already resolved that dependency as missing and cached it. It's is unclear atm how to trigger gradle to force resolve dependencies again.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants