Page 25 of 33

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

Posted: Thu Aug 07, 2014 8:44 pm
by alberto_lara
Thanks to both of you! At least I know newScreenshot, cool :)

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

Posted: Sat Aug 16, 2014 4:01 pm
by Jeeper
Thanks to this awesome port, Luminosity is now available on Android devices!
http://love2d.org/forums/viewtopic.php?f=5&t=78590

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

Posted: Sat Aug 23, 2014 4:02 pm
by Operarus
help with the build of https://bitbucket.org/MartinFelis/love- ... _-_Windows, I'm stuck on ndk-build, which is to run it? I tried to run it in cygwin but he wrote "You are using a non-Cygwin compatible Make program". ( Sorry for google translate )

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

Posted: Sat Aug 23, 2014 9:57 pm
by Positive07
Operarus wrote:help with the build of https://bitbucket.org/MartinFelis/love- ... _-_Windows, I'm stuck on ndk-build, which is to run it? I tried to run it in cygwin but he wrote "You are using a non-Cygwin compatible Make program". ( Sorry for google translate )
If you added all the environment variables correctly then you dont need any program just the command prompt (The one that come with windows not cygwin or similar) and once you open the prompt you run ndk-build, the same is for ant debug

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

Posted: Fri Aug 29, 2014 12:05 pm
by fysx
New version 0.9.1b:

- added love.system.vibrate(seconds)
- print statements are now redirected to logcat. Output is prefixed with "[LOVE] "
- removed SDL.log()
- removed DevIL, libpng, libjpeg, libmng, and libtiff
- PNGs are loaded using lodepng and JPEGs using libturbo-jpeg
- repeatedly fixed a bug which caused Release builds to crash
- update to latest mobile-common branch

You can download it from here: https://bitbucket.org/MartinFelis/love- ... /downloads

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

Posted: Sat Aug 30, 2014 2:49 am
by slime
The latest love-android version also includes all of the changes made so far for LÖVE [wiki]0.9.2[/wiki].

More people testing the changes is appreciated!

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

Posted: Sat Aug 30, 2014 6:35 pm
by Positive07
Plus the new love.touchgestured and love.lowmemory! Nice :awesome:

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

Posted: Sun Aug 31, 2014 7:53 am
by Blackvanderson
Hi!

I absolutely löve this effort ;) Thanks for making this available!

I was just playing around with your latest build, version 0.9.1b but I notice that it won't start unless I connect the debug cable.

Not sure if you already know this so I thought I'd post it.

If I do connect the debug cable everything runs fine!

Thanks again!

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

Posted: Mon Sep 01, 2014 6:42 am
by Operarus
I was able to do "ndk-build", but when I run the application it says "application is stopped", app weight: 10,29mb.

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

Posted: Tue Sep 02, 2014 4:45 pm
by Combokarel
I've got an issue with trying to make the apk, the build.bat seems like it's working, but it doesn't seem to do something. I am getting this error in the build.bat:
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 10 in ./AndroidManifest.xml
Is that the problem?