A user of one of my apps reported this error. I\'m confused as to what it means an how to fix it. After a bit of googling...still no luck. Anyone seen this before or know how
There are a few people who have had your problem Here and Here
From looking at the call stack it looks like your "view" registered a observer that it's now trying to unregister. That observer is no longer there even though it's expected. Hence the error. This might be a bug or it might be related to how you're doing things.
Trying looking through the Android Source to see if you can track it down.
Good luck.