Getting FileNotFoundException when trying MediaFile.OpenReadAsync() on Android #96
-
Hi, I'm having an issue when using
On this line I've triple checked all my manifest records and the OnActivityResult in the MainActivity. I've followed the readme for android and I do get to take a picture, but it just can't read the file. File is not null and I can see the tempPath and uri. I thought it might be a bug but when I made a sample project with the exact same code shown above, it does work correctly. So it must be some weird effect in my own project and I was wondering if you might have any idea what could be causing this exception. Like, why would my app not be able to find the cache directory (if that's where it's supposed to be)? Edit: Would love to hear from you. Here's the exception stacktrace: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@McFlemchSoda Hi. I'm sorry. I haven't seen this discussion. |
Beta Was this translation helpful? Give feedback.
@McFlemchSoda Hi. I'm sorry. I haven't seen this discussion.
Maybe have you found a solution yet?