22
İş parçacığı içinde Looper.prepare () çağırmamış işleyici oluşturulamıyor
Aşağıdaki istisna ne anlama gelir; nasıl düzeltebilirim? Bu kod: Toast toast = Toast.makeText(mContext, "Something", Toast.LENGTH_SHORT); Bu bir istisna: 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)