iamthevoid
06/04/2021, 6:04 AMUnable to resolve activity for: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=ru.rt.designsystem.android.compose.test/androidx.activity.ComponentActivity }
since updated to beta07 when calling
@get:Rule
val composeTestRule: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> =
createAndroidComposeRule()
when updating to beta08 nothing changes. Anybody knows how can it be resolved?Nipun Rajput
06/04/2021, 6:56 AMiamthevoid
06/04/2021, 7:50 AMdebugImplementation("androidx.compose.ui:ui-test-manifest:$compose_version")
George Kylafas
08/05/2021, 9:00 AMtestOptions {
unitTests {
includeAndroidResources = true
}
}
should also be added to build.gradle