为什么我收到错误“渠道是无法恢复的破坏,将被全部销毁!”将被、渠道、错误、全部

由网友(把我辜负)分享简介:当我尝试启动我的 AndEngine活动,我得到这个错误:When I try to launch my AndEngine Activity, I get this error:ERROR/InputDispatcher(21374): channel '4122e148 my.package.AcGame (s...

当我尝试启动我的 AndEngine活动,我得到这个错误:

When I try to launch my AndEngine Activity, I get this error:

ERROR/InputDispatcher(21374): channel '4122e148 my.package.AcGame (server)' ~ Channel is unrecoverably broken and will be disposed!

该应用程序不会崩溃,但有一个黑色的屏幕和设备没有反应,pressing的返回或家的按钮。

The app doesn't crash, but there's a black screen and the device doesn't react to pressing the 'back' or 'home' buttons.

有谁知道问题是什么?

推荐答案

一个我看到的时候我试图展示一个活动,是不是在前台警告对话框或进度对话框,该错误是最常见的原因。当显示一个对话框后台线程处于暂停活动运行等。

One of the most common reasons I see that error is when I am trying to display an alert dialog or progress dialog in an activity that is not in the foreground. Like when a background thread that displays a dialog box is running in a paused activity.

阅读全文

相关推荐

最新文章