You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Studio version: Android Studio Ladybug | 2024.2.1 Patch 2, Build #AI-242.23339.11.2421.12550806
Runtime version: 21.0.3+-79915917-b509.11 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Kotlin plugin: K2 mode (Beta)
There is an 'ReplyAppExpandedPreview' preview render error on MainActivity: java. lang. ClassCastException: class com. android. layoutlib. bridge. android. BridgeContext cannot be cast to class android. app. Activity (com. android. layoutlib. bridge. android. BridgeContext and android. app. Activity are in unnamed module of loader com. intellij. ide. plugins. cl. PluginClassLoader @4c9c61ba) at com. example. reply. ui. ReplyHomeContentKt. ReplyListAndDetailContent(ReplyHomeContent. kt:119)
Other previews render as expected
The text was updated successfully, but these errors were encountered:
I'm seeing this now too, and I know this worked a few months ago, so I'm assuming one of the imports needs to be updated now or something... will come back and edit this comment if I find the problem package.
There is an 'ReplyAppExpandedPreview' preview render error on MainActivity:
java. lang. ClassCastException: class com. android. layoutlib. bridge. android. BridgeContext cannot be cast to class android. app. Activity (com. android. layoutlib. bridge. android. BridgeContext and android. app. Activity are in unnamed module of loader com. intellij. ide. plugins. cl. PluginClassLoader @4c9c61ba) at com. example. reply. ui. ReplyHomeContentKt. ReplyListAndDetailContent(ReplyHomeContent. kt:119)
Other previews render as expected
The text was updated successfully, but these errors were encountered: