What happening in your app when you see this error? Are you showing a dialog with dialog.show() instead of Activity.showDialog()? I know this will happen if you do this but don't dismiss the dialog before the activity is destroyed.
------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Dec 11, 2009 at 10:49 AM, stanlick <[email protected]> wrote: > Can someone who speaks better droid than me please help to translate > this beauty? > > 12-11 09:19:51.879: ERROR/WindowManager(232): Activity > com.androidologist.friendfinder.MainActivity has leaked window > com.android.internal.policy.impl.phonewindow$decorv...@43db25f0 that > was originally added here > > > Peace, > Scott > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

