Android handler 报错处理Can't create handler inside thread that has not called Looper.prepare()
解决方法,在ui线程里面创建handler m_MainActivity.runOnUiThread(new Runnable(){ @Override public void run() { // …
移动APP 安卓 ios 开发