codelab-friendlychat-android icon indicating copy to clipboard operation
codelab-friendlychat-android copied to clipboard

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

Open alisatter opened this issue 6 years ago • 1 comments

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

alisatter avatar Nov 29 '18 04:11 alisatter

Thanks @alisatter I think that's correct.

samtstern avatar Nov 29 '18 18:11 samtstern