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 パッケージを開発しています。
Framework(AQuery) をプロジェクトに統合しようとしています。
私はいつもこのエラーが発生しています。これに対する回避策はありますか?
スクリーンショットを参照してください。
http://s7.postimg.org/jxbuxkojv/Pics_Art_1371463536409.jpg
Contextあなたの活動を通過してみてください。YOURCLASSNAME.this代わりにイニシャライザまたはインナークラスで宣言する場合this
Context
YOURCLASSNAME.this
this
例えば :
AQuery aq= new AQuery(MyActivity.this)