视图未附加到窗口

noo*_*oob 7 debugging android android-logcat

警告The view is not attached to a window意味着什么?在尝试调试我的游戏时,我经常在Logcat中获取它.

确切的输出:

12-27 18:14:12.415: W/View(16827): The view is not attached to a window
Run Code Online (Sandbox Code Playgroud)

我已经搜索过这个警告,但却找不到任何内容.我得到的只是关于Window Manager错误,这不是我在这里得到的.我想知道这个警告的原因,只是为了确认它是否与FPS下降有关?

小智 0

这意味着当方向改变时,任何对话框都会运行。只需在活动的 onFinish 或 onDestroy 中关闭对话框即可。