Search found 97 matches

by fysx
Fri Feb 13, 2015 2:28 pm
Forum: LÖVE-Android
Topic: app crashes after a few seconds
Replies: 4
Views: 7233

Re: app crashes after a few seconds

The list is not complete. You are missing a "ant debug" or even "ant debug install" to directly install it on the device. Are you using the latest version? In version 0.9.1b there is an error when printing values that are neither strings or numbers. The code you can get from http...
by fysx
Thu Feb 12, 2015 11:23 pm
Forum: LÖVE-Android
Topic: app crashes after a few seconds
Replies: 4
Views: 7233

Re: app crashes after a few seconds

Ja, das gibt es (German for "Yes, there is")! https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Logcat You should note that the android port uses OpenGL ES whereas the desktop version uses "proper" OpenGL. So there are very likely some differences where you have to adjust ...
by fysx
Wed Feb 11, 2015 11:22 am
Forum: Games and Creations
Topic: Judgement Arena [Now available on itch.io!]
Replies: 4
Views: 4823

Re: Judgement Arena [Now available on itch.io!]

Nice work and congratulations for putting it on itch.io! I like the super retro feel! A few minor comments (in case you plan to work on it): would be great if key repeat was used in the menus. Found it hindering that I had to repeatedly push up or down to move all the way up or down. settings in the...
by fysx
Tue Feb 10, 2015 10:23 pm
Forum: LÖVE-Android
Topic: Löve-Android on Lollipop?
Replies: 3
Views: 5944

Re: Löve-Android on Lollipop?

Not sure... It runs on my Lollipop device (Android 5.0.1, Nexus 4) without problems. Can you be a bit more specific about "My Android App Installer"? What is that? From the bug reports I would assume that it has to do with the intent-filters in AndroidManifest.xml. You could remove all of ...
by fysx
Tue Feb 10, 2015 10:19 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 412141

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

Mermersk wrote: But what is love.o ? And how can this be fixed? What is armeabi? Remember installing it when I was selecting Android SDK plugins or something.
Try to run

Code: Select all

ndk-build clean
and then

Code: Select all

ndk-build
again.

This allows you remove old binary files.
by fysx
Wed Jan 28, 2015 12:42 pm
Forum: Games and Creations
Topic: [GGJ15] Prisonbroke (coop, stealth, chains)
Replies: 1
Views: 1819

[GGJ15] Prisonbroke (coop, stealth, chains)

Last week-end was Global Game Jam 2015 and our game turned out quite well! The theme was "What do we do now?" and our interpretation is about prisoners that got out of their cell and now have to escape the prison. The problem: they're still chained together. It was made by SimonPtr, Phaiax...
by fysx
Tue Jan 13, 2015 8:10 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 412141

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

i have this error atos@atos-1011PX ~/love-android-sdl2 $ ant debug [...] -build-setup: [getbuildtools] Using latest Build Tools: 21.1.2 [echo] Resolving Build Target for love_android_sdl2... BUILD FAILED /home/atos/Android/Sdk/tools/ant/build.xml:542: Unable to resolve project target 'android-19' E...
by fysx
Tue Jan 13, 2015 10:13 am
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 412141

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

Muris wrote:So I was wondering if there is an easy way to completely remove the vibration support from the löve?
The easiest would be to adjust the function vibrate() in GameActivity.java to do nothing.
by fysx
Mon Jan 12, 2015 9:54 am
Forum: LÖVE-Android
Topic: appt.exe stopped
Replies: 2
Views: 5569

Re: appt.exe stopped

by fysx
Mon Jan 12, 2015 9:53 am
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 412141

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

I've been making some prototypes and testing them on my Android Tablet as well as sending them to some friends to test. Some of them get the blue love stacktrace screen when the app crashes, but none of my devices do. Is there a way to enable this per device? Older versions of LÖVE for Android (i.e...