-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object org.greenrobot.greendao.database.Database.getRawDatabase()' on a null object reference #995
Comments
|
Are you using ProGuard? Check if your rules match those provided in the README. |
` org.greenrobot.greendao.AbstractDao.void (org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession)(SourceFile:85)2 com.app.model.dao.bean.ChatListDMDao.void (org.greenrobot.greendao.internal.DaoConfig,com.app.model.dao.bean.DaoSession)(SourceFile:45) ` |
java.lang.Object org.greenrobot.greendao.database.Database.getRawDatabase() 经常报空指针错误, |
No description provided.
The text was updated successfully, but these errors were encountered: