22
Không thể tạo trình xử lý bên trong chuỗi chưa được gọi là Looper.prepare ()
Ngoại lệ sau có nghĩa là gì; Làm thế nào tôi có thể sửa chữa nó? Đây là mã: Toast toast = Toast.makeText(mContext, "Something", Toast.LENGTH_SHORT); Đây là ngoại lệ: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() at android.os.Handler.<init>(Handler.java:121) at android.widget.Toast.<init>(Toast.java:68) at android.widget.Toast.makeText(Toast.java:231)