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

espresso 2.2.1 does not get noticed/installed #86

Closed toejough closed 8 years ago

toejough commented 8 years ago

Even when using this plugin, I get failures for the latest espresso:

Could not find com.android.support.test.espresso:espresso-core:2.2.1

I resolve this manually right now via:

android update sdk -u -t extra

It would be great if the plugin could be updated to support espresso.

toejough commented 8 years ago

Might be similar to #63 ? There's some hardcoding for espresso-core:2.0 that I don't understand.

toejough commented 8 years ago

meh, sorry, the "hardcoding" is in tests, and probably has no bearing on this

toejough commented 8 years ago

Closing.

I removed all my android sdk directories and reinstalled a fresh version. Now when I run a build with this plugin, the latest espresso does get installed.

Not sure what the original problem was, but I am not waiting for a solution anymore, so I'm closing this issue.