Replies: 1 comment 1 reply
-
I have no particular experience with the Android File dialog APIs, but my immediate impression is: if the file exists, but there's no content in the file... where is the code that is writing to the file? Based on the snippet you've provided, I can see you've created a Java |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the snippet code that works and opens a dialog, the file is created but it is zero bytes:
Open save Dialog
After clicking
Save
, filezakat.pickle (1)
created but it is zero bytesAny suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions