Page 1 of 1

no game screen after bulding for android

Posted: Sun Mar 20, 2022 6:48 am
by definisto
I added android_sdk root variable and have all SDKs and NDKs installed. Bulding project via ./assembleNormal. I created .love file and drag it to C:\Users\Roman\Documents\love-android\app\src\main\assets (I created the assets folder in src\main, I made a command gradlew assembleNormal uploaded my .apk file to Google Drive, download it and ran on my phone. Everything went smoothly except the standard no game screen with balloon. When I run my game on PC everything is shown correctly. Can you help me with it please?

Re: no game screen after bulding for android

Posted: Fri Mar 25, 2022 6:50 am
by Langenstock
Hi definisto

I have a similar problem. I progressed a tiny bit further than you, but am still not totally successful. I had the same problem when doing it through assembleNormal like you described - on the android device it just showed the no game screen.

Instead I have put the game.love file in love-android/app/src/embed/assets

Then I did gradlew assembleDebugNoRecord command instead of assembleNormal

My 'game' installs and opens on my android device but doesn't play properly, although it is not far off

Re: no game screen after bulding for android

Posted: Wed Jul 13, 2022 3:38 am
by SimonPetre
In your command, instead using "gradlew assembleNormal", use this instead "gradlew assemble". Hope it's work, i've similar issue, after seeing the Langenstock reply. i think it's better without using Normal or anything else, and it's work.