Skip to content
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

Test Lab section has errors (error: package android.support.test.rule does not exist) #65

Open
alisatter opened this issue Nov 29, 2018 · 1 comment
Assignees

Comments

@alisatter
Copy link

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

@samtstern
Copy link
Contributor

Thanks @alisatter I think that's correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants