美文网首页
Android Studio:xxx is not an enc

Android Studio:xxx is not an enc

作者: 颤抖的闪电 | 来源:发表于2017-10-12 16:30 被阅读0次

Android Studio:xxx is not an enclosing class 错误的解决方法:
这个问题一般出现在内部类中,若要创建内部类的实例,需要有外部类的实例才行,或者是将内部类设置为静态的,添加 static 关键字。
内部类创建:
Inner inner = new Outer().new Inner();

相关文章

网友评论

      本文标题:Android Studio:xxx is not an enc

      本文链接:https://www.haomeiwen.com/subject/nyroyxtx.html