-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin with id 'firebase-test-lab' not found. #8
Comments
A wild guess: in If you could post your |
Hi Dotdoom
I also try to remove the allprojects part with out success. And the begin parts of my app/build.gradle file
Error message form Android Studio
|
Hi
I try o run a firebase test.
I add in my build.gradle file
repositories {
jcenter()
google()
maven { url 'https://maven.fabric.io/public' }
maven { url "https://plugins.gradle.org/m2/" }
}
and
dependencies {
classpath "gradle.plugin.ru.gildor.gradle.firebase.testlab:firebase-test-lab:0.1.1"
}
in my app/build.gradle file I add
apply plugin: 'firebase-test-lab'
and the firebaseTestLab {..}
gradlew tasks run in to this error
What went wrong:
A problem occurred evaluating project ':app'.
Plugin with id 'firebase-test-lab' not found.
Did I miss any part ?
Rregards
The text was updated successfully, but these errors were encountered: