Android App Crashes On Second Run
- by user1091286
My app runs fine on first run. On the Menu I added two choices options and quit.
options which set up a new intent who goes to a PreferenceActivity and quit which simply call:
"android.os.Process.killProcess(android.os.Process.myPid());"
On the second time I run my app (after I quit from inside the emulator) it crashes..
Ideas?
the menu is called…