You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错的代码行: String mimeType = albums.getString(
albums.getColumnIndex(MediaStore.MediaColumns.MIME_TYPE));
报错的信息:
java.lang.IllegalStateException: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:
报错的代码行: String mimeType = albums.getString(
albums.getColumnIndex(MediaStore.MediaColumns.MIME_TYPE));
报错的信息:
java.lang.IllegalStateException: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: