Application crashes on installation with error sqlite3_exec - Failed to set synchronous mode = 1(Normal)

别等时光非礼了梦想. 提交于 2019-11-28 02:22:29

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!