Android Studio:xxx is not an enclosing class 错误的解决方法

Android Studio:xxx is not an enclosing class 错误的解决方法

这个问题一般出现在内部类中,若要创建内部类的实例,需要有外部类的实例才行,或者是将内部类设置为静态的,添加 static 关键字

来自为知笔记(Wiz)

点赞