You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run the unit tests, but I can't run ActivityTests. I always get:
error: package android.support.test.rule does not exist
The reply here, firebase/codelab-friendlychat-android#65 , says to add androidTestImplementation 'com.android.support.test:rules:1.0.2' to app/build.gradle, but that didn't work.
The versions are Android 8.0.0 API 26.
Other than that thanks for the awesome tutorial - everyone should TDD everywhere, but of course many platforms, such as Android, make it unnecessarily hard
The text was updated successfully, but these errors were encountered:
I can run the unit tests, but I can't run ActivityTests. I always get:
error: package android.support.test.rule does not exist
The reply here, firebase/codelab-friendlychat-android#65 , says to add
androidTestImplementation 'com.android.support.test:rules:1.0.2'
to app/build.gradle, but that didn't work.The versions are Android 8.0.0 API 26.
Other than that thanks for the awesome tutorial - everyone should TDD everywhere, but of course many platforms, such as Android, make it unnecessarily hard
The text was updated successfully, but these errors were encountered: