IntentService中使用Toask报错sending message to a Handler on a dead thread
在自己IntentSevice继承类中的onHandleIntent方法中写Toast.makeText(getApplicationContext(),"sd不存在",Toast.LENGTH_SHORT).show();时不会有任何提示,logcat中提示“sendingmessagetoaHandleronadeadthread”错误。后从网上差报错原因了解到当一个线程的消息循环已经退出后,