I'm not sure which channel this would be most rele...
# announcements
g
I'm not sure which channel this would be most relevant in. Does anyone know why my androidTest isn't building? I have
Copy code
android {
  defaultConfig {
    testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner
}}
The run configuration says "instrumentation runner class not specified"
Jeez I've been working on this all day and apparently you have to use debug build variant T.T