Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android folder incompatibility #23

Open
DiegoParadeda opened this issue Sep 17, 2022 · 1 comment
Open

Android folder incompatibility #23

DiegoParadeda opened this issue Sep 17, 2022 · 1 comment

Comments

@DiegoParadeda
Copy link

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!

@BraindeadBZH
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants