Working on a commercial app, and during testing.. it runs normally the first time, then the second
it throws java-lang exception org in activity.create, then the third time runs normally without exception
error, the forth time error. in exact alternate pattern. (odd times normal even times error).
I removed the "If FirstTime and End If", and astonishingly the error disappeared.
Note: Activity.Finish in the activity.pause didn't solve the problem, only after I removed the if first time.
Any explanation appreciated.
it throws java-lang exception org in activity.create, then the third time runs normally without exception
error, the forth time error. in exact alternate pattern. (odd times normal even times error).
I removed the "If FirstTime and End If", and astonishingly the error disappeared.
Note: Activity.Finish in the activity.pause didn't solve the problem, only after I removed the if first time.
Any explanation appreciated.