We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ExceptionInInitializerError com.lzy.okgo.db.CacheManager$CacheManagerHolder.access$000(CacheManager.java:40)com.lzy.okgo.db. Caused by: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode
能看下为什么老是报数据库被锁了吗? 这个问题还导致闪退
The text was updated successfully, but these errors were encountered:
我也遇到了,根据网上说的,是同一时间操作数据库了
Sorry, something went wrong.
No branches or pull requests
java.lang.ExceptionInInitializerError
com.lzy.okgo.db.CacheManager$CacheManagerHolder.access$000(CacheManager.java:40)com.lzy.okgo.db.
Caused by: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode
能看下为什么老是报数据库被锁了吗? 这个问题还导致闪退
The text was updated successfully, but these errors were encountered: