We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like the instructions for Test Lab should include the following in app/build.gradle
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Otherwise, developers are faced with the following errors when running build in Firebase Test Lab:
error: package android.support.test.rule does not exist error: cannot find symbol class ActivityTestRule
The text was updated successfully, but these errors were encountered:
Thanks @alisatter I think that's correct.
Sorry, something went wrong.
kroikie
No branches or pull requests
Looks like the instructions for Test Lab should include the following in app/build.gradle
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Otherwise, developers are faced with the following errors when running build in Firebase Test Lab:
error: package android.support.test.rule does not exist
error: cannot find symbol class ActivityTestRule
The text was updated successfully, but these errors were encountered: