You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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.
The text was updated successfully, but these errors were encountered: