Page 1 of 1

Updated way to make an .apk?

Posted: Sat Jun 15, 2024 11:52 am
by Gunroar:Cannon()
Where's the guide/how does one make an apk (doesn't need to be uploaded to playstore, just to be able to be installed on modern devices). Also is there a way to make an aab(?) file...

Re: Updated way to make an .apk?

Posted: Sat Jun 15, 2024 4:49 pm
by dusoft

Re: Updated way to make an .apk?

Posted: Mon Jun 17, 2024 10:36 am
by Gunroar:Cannon()
Ooh, nice. I even missed the aab part.
But I'm a little bit confused on how to sign an apk (since t says it can't be installed unless signed) using APKtool.

Or could I really just use love action? I browsing on my phone right now so I can't tell exactly how it works. Is it am executable?

(Also, Slime and co. nice work, I was about to post a topic asking why the colours look off in some android devices I test on, but I see 11.5 fixed that :) )

Re: Updated way to make an .apk?

Posted: Mon Jun 17, 2024 10:51 am
by MrFariator
Signing an application is more in the realm of Android guides in general, than anything LÖVE specific. It's just something you have to do, if you wish to upload to Google or Apple's storefronts. Distributing outside these stores, you can sort of sidestep the signing process, but users might need to do some extra steps (effectively permit their device to run an unsigned app) to get your application running.

Re: Updated way to make an .apk?

Posted: Fri Jun 21, 2024 8:06 am
by veethree
You can make an APK & aab with android studio. You can find instructions here.