Domande taggate «android-toast»

22
Impossibile creare il gestore all'interno del thread che non ha chiamato Looper.prepare ()
Cosa significa la seguente eccezione; come posso ripararlo? Questo è il codice: Toast toast = Toast.makeText(mContext, "Something", Toast.LENGTH_SHORT); Questa è l'eccezione: 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)




Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.