Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Android 包。
我正在尝试将框架(AQuery)集成到我的项目中。
我总是收到这个错误。有什么解决方法吗?
请参考截图:
http://s7.postimg.org/jxbuxkojv/Pics_Art_1371463536409.jpg
尝试通过Context您的活动。如果您在初始化程序或内部类中声明它,则使用YOURCLASSNAME.this而不是this
Context
YOURCLASSNAME.this
this
例如 :
AQuery aq= new AQuery(MyActivity.this)