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
Thank you for your feedback, I'm not familiar with mobile development so I was not aware of this limitation.
I will try to change that when I have time.
First of all, brilliant work @BraindeadBZH !
Second I saw you didn't enable Android compilation for the project so this feedback might not be useful as of now.
Anyways, from my experience Android won't allow you to read/write from folders starting with underscore "_".
If you try to compile and run your code for Android you'll get issues that are very hard to relate to that cause.
My suggestion: rename _private to just private
I have tried that and it works, best of luck!
The text was updated successfully, but these errors were encountered: