【发布时间】:2021-08-18 12:35:51
【问题描述】:
我在 @composable 函数中有以下内容。我收到预览错误。我不确定这也适用于设备。
val context = LocalContext.current
val noteTrainerViewModel = NoteTrainerViewModel(context.applicationContext as Application)
这是错误:
java.lang.ClassCastException: class com.android.layoutlib.bridge.android.BridgeContext cannot be cast to class android.app.Application
【问题讨论】:
标签: android android-jetpack android-jetpack-compose