7

What does the warning The view is not attached to a window mean? I am constantly getting it in Logcat, while trying to debug my game.

The exact output:

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

I've searched for this warning and couldn't find anything on it. All I got was the error about Window Manager, which is not what am I getting here. I want to know the reason for this warning, just to confirm if it's related to the FPS drop?

Community
  • 1
  • 1
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184

1 Answers1

0

This means that you have any dialog box running while the orientation changes. Just dismiss the dialog in your onFinish or onDestroy of the activity.