Page 3 of 8

Re: love-android: project information

Posted: Fri Mar 09, 2012 11:56 am
by hagish
Currently we use the the arm-ndk and therefore builds that use this will not work on MIPS based devices. But there is a mips-ndk and i assume that one could compile a mips version if all libs (love, box2d, ...) compile successfully on the mips architecture.
But I never actually tested building it with the mips ndk. So it could work but I assume extra work will be necessary.

Re: love-android: project information

Posted: Fri Mar 09, 2012 12:22 pm
by o0k4m1
Hello,
thank you for quick response. Could you give me some links on how to build libraries with NDK? I always simply used eclipse to build projects, so I guess thats new to me.

Re: love-android: project information

Posted: Fri Mar 09, 2012 12:27 pm
by hagish
I'm not sure if this is a useful starting point but:

* http://developer.android.com/sdk/ndk/overview.html
* http://developer.mips.com/android/download-android-ndk/
* checkout the code from https://github.com/hagish/love-native-android and try to compile it with the mips ndk

Re: love-android: project information

Posted: Fri Mar 09, 2012 1:35 pm
by o0k4m1
OK, I'll check things there. I'm just not very comfortable with compiling for android through console.

Re: love-android: project information

Posted: Sat Mar 10, 2012 11:04 pm
by Moe
You can do all compiling steps within Eclipse, you have to modify the NDK location in the project building configuration only (for the ndk-build step obviously).

Re: love-android: project information

Posted: Mon May 07, 2012 6:54 am
by robert07
wow this looks cool. I would love to try this one on my new Android phone..:)

Re: love-android: project information

Posted: Fri May 18, 2012 11:28 am
by plaything
keep up the brilliant work guys, like seriously.

Re: love-android: project information

Posted: Mon Jun 25, 2012 12:23 pm
by ghoulsblade
small update on the old love-java-android : (which does have sensor api)
new apk is up since yesterday, hopefully fixing the thread-related crashes with onmouse../onkey... and some phone-specific event code.

Re: love-android: project information

Posted: Mon Jun 25, 2012 6:19 pm
by Moe
ghoulsblade wrote:small update on the old love-java-android : (which does have sensor api)
new apk is up since yesterday, hopefully fixing the thread-related crashes with onmouse../onkey... and some phone-specific event code.
I am sure hagish and I will have another love-native-android hacking day soon. Since you live close-by, you are invited to join and to add the features you miss. :P

Re: love-java-android/love-native-android: project informati

Posted: Mon Jul 16, 2012 8:04 pm
by hagish
Added apk download link in the first post. Thanks to moe.