Page 13 of 33

Re: love-android-sdl2 (native, 0.9.0)

Posted: Fri Feb 21, 2014 5:35 am
by alberto_lara
I'm having some problems building my apk (for the .love) though. I followed the instructions here:
https://bitbucket.org/MartinFelis/love- ... ng_-_Linux

but it only says that I have to create a folder "assets", put my .love there and re-deploy.

I have some doubts only: The assets folder must be inside of the repository's folder? and with "re-deploy" the wiki means to do the "ant debug" again on that last folder? I did it on that way but I think I'm wrong. Anyway, many thanks for your help.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Fri Feb 21, 2014 7:05 am
by josefnpat
I'm having some problems building my apk (for the .love) though. I followed the instructions here:
https://bitbucket.org/MartinFelis/love- ... ng_-_Linux

but it only says that I have to create a folder "assets", put my .love there and re-deploy.
alberto_lara wrote:The assets folder must be inside of the repository's folder?
Yes, the assets folder needs to be right in the root of the repository.
alberto_lara wrote:and with "re-deploy" the wiki means to do the "ant debug" again on that last folder?
Correct. You want to run `ant debug` and you will find your APK at `~/bin/love_android_sdl2-debug.apk`

Recently one of the pages has been renamed, so there are some broken links and confusion. I will do my best to clear it up.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Fri Feb 21, 2014 6:59 pm
by Kingdaro
Using beta1, and I'm still getting the error described here: https://bitbucket.org/MartinFelis/love- ... ate-canvas

And I also tried using po2 canvases, but no cigar. Samsung Galaxy S3, Android version 4.3. Here's a .love, if it helps:

Re: love-android-sdl2 (native, 0.9.0)

Posted: Fri Feb 21, 2014 7:28 pm
by slime
Yeah, as mentioned before that bug was fixed after beta 1 was released.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Fri Feb 21, 2014 10:15 pm
by alberto_lara
Correct. You want to run `ant debug` and you will find your APK at `~/bin/love_android_sdl2-debug.apk`
Will that contain my standalone game? That's what I'm asking for :)


EDIT: I get it now, the game inside must has the name "game.love" I had something like "fat_bird.love" many thanks :)

Re: love-android-sdl2 (native, 0.9.0)

Posted: Sat Feb 22, 2014 11:56 pm
by Kingdaro
slime wrote:Yeah, as mentioned before that bug was fixed after beta 1 was released.
Yes, but my issue is that I'm getting the bug with beta 1.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Sat Feb 22, 2014 11:59 pm
by Nixola
Kingdaro wrote:
slime wrote:Yeah, as mentioned before that bug was fixed after beta 1 was released.
Yes, but my issue is that I'm getting the bug with beta 1.
Kingdaro: That is because it has been fixed after, not before

Re: love-android-sdl2 (native, 0.9.0)

Posted: Sun Feb 23, 2014 12:02 am
by Kingdaro
Nixola wrote:
Kingdaro wrote:
slime wrote:Yeah, as mentioned before that bug was fixed after beta 1 was released.
Yes, but my issue is that I'm getting the bug with beta 1.
Kingdaro: That is because it has been fixed after, not before
Oh, I see, I misunderstood.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Sun Feb 23, 2014 2:34 pm
by fysx
Just released beta2. Here are the changes:

- fixed bug with canvases
- fixed writing of files when no identity in conf.lua was set
- added file association (somewhat experimental)

Concerning the file association: in principle you should be able to open .love files that were attached to emails. Also when opening links in Chrome that point to .love files should give you the option to open the game with LÖVE. This will then download the game but not automatically start it. Instead you have to open the game from your "Downloads" app which will then run the game.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Mon Feb 24, 2014 7:57 pm
by alberto_lara
Hell yeah :D