-
Notifications
You must be signed in to change notification settings - Fork 49
Error: Attempt to invoke interface method 'int android.database.Cursor.getColumnIndexOrThrow(java.lang.String)' on a null object #12
Comments
Does this mean |
Same error |
Why it throws this error? It worked before. |
Any updates on this? |
No updates as I know :( |
same issue here, is it a result of an invalid uri? |
You have to add storage Permissions at runtime. As this error occurs in Android devices having version above Marshmellow. So use this package.! It works for me. |
@adeelYasin thanks for you help , thats work |
@medelvann can i have full code of this issue i am also stucked in this type of issue. |
When excuting the code below,
It raises an error saying:
(I tried this solution to build successfully: #10 (comment))
The text was updated successfully, but these errors were encountered: