How to correctly manage files on Android? #12590
Unanswered
pan-grayza
asked this question in
Q&A
Replies: 2 comments
-
Hi, as far as I know, android is much stricter in file directory, you can check scoped storage that were rolled 3-4 years ago, from the experience I got you can only store app created files inside of its directory and this was hidden inside android data, which can only be accessed by few apps such as zarchiver. I know this is not an answer but it might show some ideas while waiting for an answer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My file system plugin for Android might be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to read and write in a directory that user chooses + write and read config(.json) file for the app. On desktop it's pretty straightforward, but on Android I'm getting a lot of errors. There is no info on Tauri docs on how to use fs plugin correctly on Android. Previously I had little experience with react native, but never touched Android file system, or Kotlin apis. Where can I find info that would help me learn file system on Android?
Beta Was this translation helpful? Give feedback.
All reactions