I suspect you are leaking instances of your Activities. At one stage, I had similar problems, but they magically went away when my practices improved and I started using MAT for Eclipse.
Watch out for anything that may have a reference to your Activities and callbacks. Listeners, drawables, stuff that you have registered and my favourite - non-static inner classes, especially if they extend the Binder class for local Services. -- 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

