Looper.prepare(); Toast.makeText(getApplicationContext(),strTemp,Toast.LENGTH_LONG).show();
Looper.loop();
Android: an‘t toast on a thread that has not called Looper.prepare
阅读 68
2022-07-27
Looper.prepare(); Toast.makeText(getApplicationContext(),strTemp,Toast.LENGTH_LONG).show();
Looper.loop();
相关推荐
精彩评论(0)