Search found 10 matches

by joker
Sat Feb 04, 2017 1:00 pm
Forum: Support and Development
Topic: How to develop for android?
Replies: 9
Views: 6553

Re: How to develop for android?

The way I do it is by copying the apk to my mobile then using a file manager I open the .love file using the love2d app.
by joker
Sat Feb 04, 2017 5:24 am
Forum: Support and Development
Topic: Updated apk's for LÖVE Android SDL2
Replies: 9
Views: 7015

Re: Updated apk's for LÖVE Android SDL2

Thanks for making this. I built an apk exactly how it's told on bitbucket, but alas... (Actually not exactly, I used 'ant release' instead of 'ant debug' first.) Apk installs okay, but the game doesn't run. The same game runs with LÖVE for android. Debug version doesn't run too. I had a similar pro...
by joker
Thu Feb 02, 2017 2:52 pm
Forum: Support and Development
Topic: Can't install super toast ( love 0.10.2 )
Replies: 2
Views: 5068

Can't install super toast ( love 0.10.2 )

Why is baby inspector getting installed instead of super toast. I tried the .deb file too. Download file says 0.10.2 but baby inspector gets installed.
by joker
Thu Feb 02, 2017 10:15 am
Forum: Support and Development
Topic: Need help building LOVE for android on linux
Replies: 5
Views: 8209

Re: Need help building LOVE for android on linux

Thanks for the solution Positive07. I was able to run ndk-build on love-android-sdl2 successfully unfortunately it doesn't end there. The build-tools and platform-tools I downloaded using android sdk manager is only supported for linux 64-bit versions. I got those files for 32-bit system here https:...
by joker
Thu Feb 02, 2017 4:53 am
Forum: Support and Development
Topic: Need help building LOVE for android on linux
Replies: 5
Views: 8209

Re: Need help building LOVE for android on linux

I downloaded android NDK from here https://developer.android.com/ndk/downloads/index.html which lists a 64-bit zip file but I am on 32-bit. Will that be a problem?

How do install the toolchain?
by joker
Thu Feb 02, 2017 3:40 am
Forum: Support and Development
Topic: Need help building LOVE for android on linux
Replies: 5
Views: 8209

Need help building LOVE for android on linux

When I run ndk-build on android-sdl2 I get this error. make: ~/bin/android-ndk-r13b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androideabi-g++: Command not found ~/bin/android-ndk-r13b/build/core/build-binary.mk:499: recipe for target 'obj/local/armeabi/objs/love/src/love....
by joker
Wed Feb 01, 2017 2:46 pm
Forum: General
Topic: Android game development
Replies: 8
Views: 6127

Re: Android game development

I am having trouble following these instructions https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Building_LÖVE_for_Android_-_Linux When I run ndk-build on android-sdl2 I get this error. make: ~/bin/android-ndk-r13b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androi...
by joker
Wed Feb 01, 2017 5:06 am
Forum: General
Topic: Android game development
Replies: 8
Views: 6127

Re: Android game development

How do I make an Android game for different screen sizes? I need the whole content to scale according to the screen resolution. I am using anim8 for animation. It is a cool library. All I need now is an quick way of handling touch events, a widget library, scene management and save and load files. :(
by joker
Tue Jan 31, 2017 12:47 pm
Forum: General
Topic: Android game development
Replies: 8
Views: 6127

Android game development

Hey, I am new to LOVE. I want to start by building a simple Android game. Can you suggest few tutorials for Android game development. I want to learn touch events, sprite animation, GUI elements (buttons, checkboxes, scrolling), scene management (overlays, remove, restart scene), saving and loading ...
by joker
Tue Jan 31, 2017 3:08 am
Forum: General
Topic: I'm looking for a tutorial on creating a game
Replies: 7
Views: 4710

Re: I'm looking for a tutorial on creating a game

So far I have found only tutorials for mouse and keyboard inputs. Is there a tutorial for making an android game?

I want tutorials for scene management, touch events, sprite animation, saving and loading game.