love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
200 stars 70 forks source link

Termux Activity Manager's problem #255

Closed destime224 closed 11 months ago

destime224 commented 11 months ago
MikuAuahDark commented 11 months ago

LOVE doesn't have access to /data/data/com.termux/files/home/game.love as part of Android file sandboxing. Furthermore, starting in Android 7, passing file:// URI is banned.

Unfortunately it's not something we can fix.