我创建了一个扩展 android.app.Application 的类
但是,每当我尝试通过以下方式实例化类时:
AppExt appExt = (AppExt) this.getApplication();
抛出上述错误
既然它扩展了 android.app.Application 类,为什么我会遇到这个错误
我创建了一个扩展 android.app.Application 的类
但是,每当我尝试通过以下方式实例化类时:
AppExt appExt = (AppExt) this.getApplication();
抛出上述错误
既然它扩展了 android.app.Application 类,为什么我会遇到这个错误