This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Android crash on recording Audio #135
Comments
@jibon57 any thoughts on this? |
I sort of figured this out, I'm not good enough at Android to know whats going on...but heres what I found: this block:
column_index ends up being -1 for some reason. That crashes the app. First I tried this:
but that would simply return the filename, not the path to the file.
returns the full path to the file, in my case it was
So, i just pass that back as the file instead of using the cursor thing at all. The block above became
I have no idea how this will work with android phones that have other recording apps or whatever. Any thoughts on this would be appreciated. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Android, when recording audio, then saving, the app crashes with the following stack:
Open the audio picker:
The text was updated successfully, but these errors were encountered: