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 11.4 doesn't access main.lua #1806

Closed
leccalinn opened this issue May 4, 2022 · 4 comments
Closed

Android 11.4 doesn't access main.lua #1806

leccalinn opened this issue May 4, 2022 · 4 comments
Labels

Comments

@leccalinn
Copy link

When I install 11.4.apk it simply doesn't work, I open and the first think that shows is the duck, but installing it from PlayStore or the 11.3.apk it ask if I allow to access my storage and then it work. 11.4 for some reason doesn't ask permission.

@zorggn
Copy link

zorggn commented May 4, 2022

Hi,

LOVE 11.4 in Android 10 and later looks for main.lua in a different location due to Android restrictions; Please see love2d/love-android#194. LOVE 11.3 works because it still targets Android 9.

@leccalinn
Copy link
Author

I tried with the new location but my system block the access, I can't open any folder in storage/emulated/0/Android/Data with none file manager I have, neither with the Acode.
I try with Termux but the folder games isn't created and I can't create anything in the directory.

@MikuAuahDark
Copy link
Contributor

Unfortunately the location /storage/emulated/0/Android/data is only accessible through MTP starting from Android 11.

@Vixeliz
Copy link

Vixeliz commented Jun 1, 2022

If love2d/love-android#230 gets merged there will be an alternative to access the game files directory

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

No branches or pull requests

4 participants