2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

@UiThread してるのに java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() が発生する

Posted at

いつもどおりに @UiThread しているだけなのに。
一時間苦しんだ挙句、アノテーションのパッケージが android annotations のではありませんでした。

  • 間違い: android.support.annotation.UiThread
  • 正しい: org.androidannotations.annotations.UiThread
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?