Synchronous ResponseHandler used in AsyncHttpClient. You should create your response handler in a looper thread or use SyncHttpClient instead.

可能原因:在新启动的线程内调 com.loopj.android.http.AsyncHttpClient【低级错误】

解决方案:直接用 com.loopj.android.http.AsyncHttpClient就可以 ,不要再 new Thead内部调 com.loopj.android.http.AsyncHttpClient

posted @ 2014-08-30 09:14  ki_tom  阅读(3761)  评论(1编辑  收藏  举报