I fixed my problem. I had a thread that was still running when I taught my application was closed. Closing this thread in "OnDestroy()" workded (like LunarView example).
Thanks everybody On Aug 27, 12:26 pm, hackbod <[EMAIL PROTECTED]> wrote: > Seeing the process running doesn't mean anything. > > Please read:http://code.google.com/android/intro/appmodel.html > > On Aug 27, 8:13 am,bleucalme<[EMAIL PROTECTED]> wrote: > > > First, thank you for those quick replies. > > > You're right, my application is still running after I taught it was > > closed. For people having similar problems, in Eclipse, we can see > > active process under "DDMS"--> "emulator". > > > I'll work on my bug and keep you informed. > > > Thanks. > > > On Aug 26, 3:48 pm, StevePotell <[EMAIL PROTECTED]> wrote: > > > >bleucalme, > > > > Kind of looks like your app is still running, make sure you call > > > finish() when closing the app. Also close and free any system > > > resources you may be using (like media player, etc) prior to calling > > > finish(). --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

