Search found 115 matches

by Moe
Wed Jun 13, 2012 9:12 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 46067

Re: Guide: Building love-native-android

I said Sunday/Monday only, but not which one. So since I missed the last ones, I have to wait until the next... :crazy: Just kidding, I updated the old version. Just forgot where I posted the link, so just click here . :awesome: As usual: respect the licenses (see source code at github to read them)...
by Moe
Thu Jun 07, 2012 5:13 am
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 46067

Re: Guide: Building love-native-android

But then why don't you have an official distribution of the latest .apk files in some thread? That's much easier than having everybody compiling on their own, especially since it doesn't always work well. I would be able to get an up-to-date logcat of the HTC One S bug if you had an official .apk a...
by Moe
Wed Jun 06, 2012 3:51 am
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 46067

Re: Guide: Building love-native-android

I don't think it's a good idea to distribute .apk files of love-native-android just yet, because of the current licensing issues. It might actually be illegal to distribute a compiled package of it all without the source code and/or some sort of legal statement or whatever. Actually we fulfil all r...
by Moe
Mon Jun 04, 2012 12:38 am
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76433

Re: In a nutshell, what's not working actually ?

Yes, please post the trace, I want to know what is going wrong. I start to wonder how many different devices you need until you can say that you support most hardware combinations... Just a guess, but if it is related to the processor there might be a (native/gcc) compiler flag to change/reduce opti...
by Moe
Sun May 27, 2012 4:26 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 46067

Re: Guide: Building love-native-android

I have not yet heard that somebody used ndk 8, so I do not know if we need to do some fixes again (7a required some). Can you downgrade to 7 or 7a? Sadly, I found 7 and 7a to be broken when trying to compile on Windows (while earlier releases aren't compatible at all). Compiling it on Linux solved ...
by Moe
Sun May 27, 2012 4:20 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76433

Re: In a nutshell, what's not working actually ?

Unfortunately, the stack trace within this logcat log is too short to help. Anyhow, I will investigate if I can reproduce your problems.
by Moe
Sun May 27, 2012 4:12 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 46067

Re: Guide: Building love-native-android

I have not yet heard that somebody used ndk 8, so I do not know if we need to do some fixes again (7a required some). Can you downgrade to 7 or 7a?
by Moe
Tue May 22, 2012 8:36 pm
Forum: LÖVE-Android
Topic: How to program for Android
Replies: 17
Views: 17006

Re: How to program for Android

Actually here are several posts from users with 1 post that look pretty much like spam. you know, they are somehow related to the topic but actually you can post it everywhere.
by Moe
Tue May 22, 2012 8:33 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76433

Re: In a nutshell, what's not working actually ?

Seems like some config files got messed up - happened to me several times when Eclipse launched ndk-build. Try "git diff" and do a checkout on those files.
by Moe
Mon May 21, 2012 10:10 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76433

Re: In a nutshell, what's not working actually ?

This sounds actually like the build failed somewhere. Unfortunately, Eclipse continues to build the apk in error cases. If libogg is not within the love-apk, something went terribly wrong. Please try to delete the apk in Eclipse and see if it works after refreshing/reinstall (so that it is rebuild)....