Ashu
08/19/2021, 8:01 PMandroidx.compose.ui.tooling.PreviewActivity is not an Activity subclass or alias
.?? I am on the latest stable version of everything,
• Compose 1.0.1
• AGP 7.0.2
• Kotlin 1.5.21
• Android Studio Arctic Fox Patch 1
...and still this issue is coming. What's up with that. And how do I fix it.?? Its so annoying.
And why does making a duplication Run Configuration of the same just works perfectly fine.??allan.conda
08/20/2021, 4:55 AMandroidx.activity
, check your dependenciesAshu
08/20/2021, 5:23 AMimplementation("androidx.activity:activity-compose:1.3.1")
debugImplementation("androidx.compose.ui:ui-tooling:1.0.1")
Could you please elaborate what seems to be the issue here and how do I resolve it.??allan.conda
08/20/2021, 5:25 AMdebugImplementation
allan.conda
08/20/2021, 5:26 AM./gradlew app:dependencies
to check if you are getting different versions for the same dependenciesAshu
08/20/2021, 7:04 AMallan.conda
08/20/2021, 9:27 AM