当我在任何 android studio项目中使用 MVVM 设计模式时,就会出现此问题: 我无法将 myViewModel 类移至ViewModel Package,因为在构建项目时会引发以下错误:
此错误:
error: cannot find symbol class ViewModel
当我单击此错误链接时,将重定向到 Binding类,并在此项目中存在 ViewModel包时显示在下面:
import com.test.start.mvvmtest3_recyclerview.ViewModel;
当 myViewModel类在 ViewModel包
之外时,此项目有效