no game screen after bulding for android

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
definisto
Prole
Posts: 1
Joined: Sun Mar 20, 2022 6:10 am

no game screen after bulding for android

Post 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?
Langenstock
Prole
Posts: 2
Joined: Tue Mar 15, 2022 2:27 am

Re: no game screen after bulding for android

Post 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
SimonPetre
Prole
Posts: 1
Joined: Wed Jul 13, 2022 3:32 am

Re: no game screen after bulding for android

Post 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.
Post Reply

Who is online

Users browsing this forum: Google [Bot], swuare and 6 guests