-
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
Error getEntityList() #200
Comments
Can you provide more details like some code, and a stacktrace? Can you narrow the issue down? |
java.lang.RuntimeException: An error occured while executing doInBackground() |
I have faced this issue too :((( @jefioliveira Did you fix? |
java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. |
I solved @nAkhmedov . In my case , I changed my gridview and greendao jar update was 1.6 to 2.0 and now my gridviewAdapter not change or update dao instantly . My scenario , I have into this one fragment viewpager with twelve fragments . On that fragment I have a gridView . In gridview you can change any elements , in |
Sorry for my long time to response!� |
@jefioliveira Thank you for description |
Outdated. Closing. Please open a new issue if this is still relevant. -ut |
Couldn't read row 0, col 1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
The text was updated successfully, but these errors were encountered: