Android-java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.pr
http://www.luchg.com/blog/showArticle_123.html当我们在一个新的线程中使用androidUI时,遇到这个异常看了很多文章也还是不太清楚具体是什么原因,但是处理这个问题是很简单的,如下代码:1234567891011@Overridepublicvoidrun(){ //前面代码省略 Looper.prepare()