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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Hi, I have issue with get image from downloads file on emulator.
My path: content://com.android.providers.downloads.documents/document/msf%3A253
And I've got this error: java.lang.NumberFormatException: For input string: "msf:253"/ System.err: at java.lang.Long.parseLong(Long.java:594) W/System.err: at java.lang.Long.valueOf(Long.java:808) W/System.err: at com.rngrp.GRP.getRealPathFromURI(GRP.java:75)
I'm getting the same error while selecting the pdf files from downloads on real device android S10.
pdf file from google drive working fine. Only facing issue when selecting from downloads folder.
while selecting the doc file, below error coming...
Error copying Error: ENOENT: /storage/emulated/0/Download/file.doc: open failed: EACCES (Permission denied), open '/storage/emulated/0/Download/file.doc'
Hi, I have issue with get image from downloads file on emulator.
My path: content://com.android.providers.downloads.documents/document/msf%3A253
And I've got this error: java.lang.NumberFormatException: For input string: "msf:253"/ System.err: at java.lang.Long.parseLong(Long.java:594) W/System.err: at java.lang.Long.valueOf(Long.java:808) W/System.err: at com.rngrp.GRP.getRealPathFromURI(GRP.java:75)
Hi, I have issue with get image from downloads file on emulator.
My path: content://com.android.providers.downloads.documents/document/msf%3A253
And I've got this error:
java.lang.NumberFormatException: For input string: "msf:253"/ System.err: at java.lang.Long.parseLong(Long.java:594) W/System.err: at java.lang.Long.valueOf(Long.java:808) W/System.err: at com.rngrp.GRP.getRealPathFromURI(GRP.java:75)
Is it connected to testing on emulator?
I am using:
The text was updated successfully, but these errors were encountered: