Can't create handler inside thread that has not called Looper.prepare()


Can't create handler inside thread that has not called Looper.prepare()

해결 방안 Handler mHandler = new Handler(Looper.getMainLooper()) { 원인 : http://blog.naver.com/PostView.nhn?blogId=huewu&logNo=110115454542 만일 Handler 와 연결된 Thread 를 명시적으로 지정하고 싶을..

Can't create handler inside thread that has not called Looper.prepare()에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : Can't create handler inside thread that has not called Looper.prepare()