love2d / love-android

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

No game when there is one? #232

Closed Hellscaped closed 2 years ago

Hellscaped commented 2 years ago

So I use android 11, and I wanted to try a game that uses love, so I downloaded love. I used zarchiver to put the .love file contents in /sdcard/Android/data/org.love2d.android/files/games/lovegame Weird thing is, the lovegame dir didnt exist, I don't know if thats intended or not. So after I extracted the game's .love file in the correct dir, then I started the android app. Said "no game" even though its there. Can anyone help me with this?

MikuAuahDark commented 2 years ago

You need to create the directory if it doesn't exist.

Hellscaped commented 2 years ago

You need to create the directory if it doesn't exist.

I did, it refused to work until I reinstalled love