Page 1 of 1

Updated apk's for LÖVE Android SDL2

Posted: Tue Jan 17, 2017 6:57 pm
by alberto_lara
Hi, if you're thinking on trying LÖVE on Android but don't have the time to compile everything (and you want the latest version), this post is for you. Since the downloads section of Martin's love-android-sdl repository has older versions of the apk (0.10.0 and below) I'm sharing these ones I just built (debug), they have portrait, landscape and automatic ("sensor") screen orientation, so you can choose the one you need for your game/app: https://github.com/tavuntu/love-android-stuff

You'll find instructions to run your game in the Wiki

Hope you found this useful!

Re: Updated apk's for LÖVE Android SDL2

Posted: Wed Jan 18, 2017 12:23 am
by slime
https://love2d.org/ as well as https://bitbucket.org/rude/love/downloads has links to APKs for the latest release of love, although I don't think they have different orientations.

Re: Updated apk's for LÖVE Android SDL2

Posted: Wed Jan 18, 2017 3:17 pm
by alberto_lara
I certainly didn't know about those so thanks (and yes, I guess the only difference with this post will be the orientation)

Re: Updated apk's for LÖVE Android SDL2

Posted: Sat Jan 21, 2017 5:09 pm
by bobbyjones
I could also add the different orientations to my build script.

Re: Updated apk's for LÖVE Android SDL2

Posted: Sat Jan 21, 2017 8:12 pm
by alberto_lara
that would be nice!

Re: Updated apk's for LÖVE Android SDL2

Posted: Fri Feb 03, 2017 8:03 pm
by bgordebak
Thanks for making this. I built an apk exactly how it's told on bitbucket, but alas... (Actually not exactly, I used 'ant release' instead of 'ant debug' first.) Apk installs okay, but the game doesn't run. The same game runs with LÖVE for android. Debug version doesn't run too.

Re: Updated apk's for LÖVE Android SDL2

Posted: Sat Feb 04, 2017 5:24 am
by joker
bgordebak wrote:Thanks for making this. I built an apk exactly how it's told on bitbucket, but alas... (Actually not exactly, I used 'ant release' instead of 'ant debug' first.) Apk installs okay, but the game doesn't run. The same game runs with LÖVE for android. Debug version doesn't run too.
I had a similar problem. In my case the app wasn't installing. I was getting a message "App not installed". I don't know what I did exactly. I tried running ant release first but cancelled it after it asked for keystore information. Then I deleted all the files in bin and gen folder inside love-android-sdl2 folder and ran ant debug. I copied the newly generated love-android-debug.apk to my mobile and installed it. It works now.

Re: Updated apk's for LÖVE Android SDL2

Posted: Sat Feb 04, 2017 12:09 pm
by bgordebak
Thanks, I managed to make it work, but I'm not sure how. :) Anyway, I'm happy.

Re: Updated apk's for LÖVE Android SDL2

Posted: Tue Jun 20, 2017 1:25 pm
by dmalves
alberto_lara wrote: Tue Jan 17, 2017 6:57 pm Hi, if you're thinking on trying LÖVE on Android but don't have the time to compile everything (and you want the latest version), this post is for you. Since the downloads section of Martin's love-android-sdl repository has older versions of the apk (0.10.0 and below) I'm sharing these ones I just built (debug), they have portrait, landscape and automatic ("sensor") screen orientation, so you can choose the one you need for your game/app: https://github.com/tavuntu/love-android-stuff

You'll find instructions to run your game in the Wiki

Hope you found this useful!
@alberto_lara What was the process for changing screen orientation? Did you only change the androidmanifest.xml?

Re: Updated apk's for LÖVE Android SDL2

Posted: Wed Jun 21, 2017 6:24 pm
by alberto_lara
that's correct, just a small change the manifest file, so you don't lose time compiling this very common setups.