facebook / screenshot-tests-for-android

Generate fast deterministic screenshots during Android instrumentation tests
http://facebook.github.io/screenshot-tests-for-android
Apache License 2.0
1.74k stars 229 forks source link

Could not find com.facebook.testing.screenshot:plugin:0.11.0-SNAPSHOT #226

Closed Usha27-star closed 5 years ago

Usha27-star commented 5 years ago

A problem occurred configuring project ':sample'.

Could not resolve all artifacts for configuration ':sample:classpath'. Could not find com.facebook.testing.screenshot:plugin:0.11.0-SNAPSHOT. Searched in the following locations: -m2/repository/com/facebook/testing/screenshot/plugin/0.11.0-SNAPSHOT/maven-metadata.xml -.m2/repository/com/facebook/testing/screenshot/plugin/0.11.0-SNAPSHOT/plugin-0.11.0-SNAPSHOT.pom .m2/repository/com/facebook/testing/screenshot/plugin/0.11.0-SNAPSHOT/plugin-0.11.0-SNAPSHOT.jar

xiphirx commented 5 years ago

We don't have a job that auto-uploads snapshots (yet). You will need to install them locally: ./gradlew core:install , plugin:install, etc