码迷,mamicode.com
首页 > 移动开发 > 详细

android No enclosing instance of type BasicActivity is accessible. Must qualify the allocation with

时间:2015-08-15 20:09:50      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:

No enclosing instance of type BasicActivity is accessible. Must qualify the allocation with an enclosing instance of type BasicActivity (e.g. x.new A() where x is an instance of BasicActivity).


描述:

BasicActivity.java中写了一个public class 的内部类,在另一个java文件中引用,自动编译出现如上提示。


解决方法:

把内部类public class改成public static class就可以了。


如下图:

技术分享

技术分享


参考:

http://blog.csdn.net/sunny2038/article/details/6926079

版权声明:本文为博主原创文章,未经博主允许不得转载。

android No enclosing instance of type BasicActivity is accessible. Must qualify the allocation with

标签:

原文地址:http://blog.csdn.net/wwzqj/article/details/47684067

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!