Page 1 of 1
Is it possible to open a file on android using the file manager?
Posted: Fri Jun 26, 2020 6:51 pm
by pauls313
Suppose the player wants to load one image as his player sprite, is it possible to open it with the android file manager? And how would I do that?
Re: Is it possible to open a file on android using the file manager?
Posted: Sat Jun 27, 2020 3:00 pm
by AuahDark
It's not possible. You have to use Android API which interacts with LOVE code and pass the file streams over.
The bolded part is important. You're not allowed to pass file paths since Android 7.