flosch
05/01/2020, 8:53 AM<activity android:name="androidx.activity.ComponentActivity" />
in the androidTest/AndroidManifest.xml
but have to do it in main/AndroidManifest.xml
? 🤔louiscad
05/01/2020, 9:21 PMflosch
05/01/2020, 11:31 PMlouiscad
05/01/2020, 11:58 PMflosch
05/02/2020, 8:13 AMActivity
declaration for testing should not be in the production AndroidManifest
but in the androidTest
`AndroidManifest`🤷♂️louiscad
05/02/2020, 8:58 AM