Skip to content
New issue

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

android 三星手机打开数据库出问题 #58

Open
XiaYongjie opened this issue Mar 30, 2017 · 1 comment
Open

android 三星手机打开数据库出问题 #58

XiaYongjie opened this issue Mar 30, 2017 · 1 comment

Comments

@XiaYongjie
Copy link

ava.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteQuery: SELECT * FROM sqlite_master WHERE type='table' ORDER BY name
at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)
at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:58)
at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:143)
at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:132)
at com.litesuits.orm.db.assit.Querier.doQuery(Querier.java:27)
at com.litesuits.orm.db.TableManager.initAllTablesFromSQLite(TableManager.java:245)
at com.litesuits.orm.db.TableManager.initSqlTable(TableManager.java:78)
at com.litesuits.orm.db.TableManager.(TableManager.java:73)
at com.litesuits.orm.LiteOrm.openOrCreateDatabase(LiteOrm.java:86)
at com.litesuits.orm.LiteOrm.(LiteOrm.java:75)
at com.litesuits.orm.db.impl.SingleSQLiteImpl.(SingleSQLiteImpl.java:31)
at com.litesuits.orm.db.impl.SingleSQLiteImpl.newInstance(SingleSQLiteImpl.java:36)
at com.litesuits.orm.LiteOrm.newSingleInstance(LiteOrm.java:119)
at com.uns.utils.LiteOrmDBUtil.createDb(LiteOrmDBUtil.java:28)

@XiaYongjie
Copy link
Author

设备信息
android 6.0.1 (23),samsung:SM-G9200:arm64-v8a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant