This is my first time setting up an Android test project to test a Android project.
I\'ve created a very basic test case which I\'m trying to get to run, however wh
I got the same error because I forgot to add androidx.test:runner test dependency.
androidx.test:runner
androidTestImplementation "androidx.test:runner:1.2.0"