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.AsyncHt ...