[Debuging Note]
[Android] Can't create handler inside thread that has not called Looper.prepare()
네코냥이
2014. 10. 7. 16:50
android - Can't create handler inside thread that has not called Looper.pdf
루퍼로 감싸면 해결된다.
원인: 모든 스레드에 루퍼가 존재하지 않는다. (상세히 알기위해서는, 루퍼의 내부구조에 대한 이해가 필요합니다.)