How to solve Window leaked Exception in Android while changing the from landscape to portrait or vice versa?

Go To StackoverFlow.com

0

I am getting the exception of window leaked changing the from landscape to portrait or vice versa ?

2012-04-04 04:41
by amit
you should add more about your question. eg. logcat output, source code where you are getting error, what you are trying to do,.. - Lalit Poptani 2012-04-04 04:43


2

It usually happens when Something like A progressDialog or Dialog is open and Its Parent Activity gets Finished... SO make sure to dismiss it before Activity gets finished

2012-04-04 04:44
by ngesh
Ads