On Jul 20, 11:07 am, Justin Anderson <magouyaw...@gmail.com> wrote:
> > I know, i can disable it, so it will work, but i'd like to let the app can
> > run many times again. So i disable the exit(), but when call the second
> > times, it generates errors.
>
> > Could you help?
>
> Debug your code, find the cause of the errors, and fix them...

This is most likely legacy code written with the idea that a process
equals an instance, something that isn't true on android.

Fixing it could require fairly substantial rework.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to