Application Crashes On Installation With Error Sqlite3_exec - Failed To Set Synchronous Mode = 1(Normal)
I'm running my application on Samsung Note with android version 4.0.4. It's not crashing on devices like Samsung POP which is running android 2.2. And on Motorola Xoom running Andr
Solution 1:
I figure it out but not the solution it's just a fix. I just handle the exception so app can't get crash.
How sad no one went through this actually it's for higher versions such as 4.0.4. So, I got one thing that it may be Urbairships new lib. fault because it's trying to write database (i read some events or something).
I don't understand how to solve so I handled this exception.
So, solution is you have to write your code under try-catch block and specify exception for handling in catch.
Post a Comment for "Application Crashes On Installation With Error Sqlite3_exec - Failed To Set Synchronous Mode = 1(Normal)"