Search found 17 matches

by dudeabot
Thu Nov 15, 2012 12:52 pm
Forum: LÖVE-Android
Topic: help on standalone game
Replies: 21
Views: 35179

Re: help on standalone game

Dude, you're awesome! :D Sorry, English isn't my native language, but I wanted to ask if I understood correctly. You got it working, so a stand alone *.apk of your game would be playable on the phone, without "Browse for game" before? If so, may I ask for a little little tutorial on how t...
by dudeabot
Tue Nov 13, 2012 9:32 pm
Forum: LÖVE-Android
Topic: help on standalone game
Replies: 21
Views: 35179

Re: help on standalone game

ok i have tested the "hack" and it works DOWNLOAD: http://gjteam.com.br/love-native-android.apk here are the files that I changed (i dont have git client here to make patches, if anyone knows a good client for windows..) make sure you create a folder called "assets" inside the ro...
by dudeabot
Tue Nov 13, 2012 8:45 pm
Forum: LÖVE-Android
Topic: help on standalone game
Replies: 21
Views: 35179

Re: help on standalone game

yes, only older phones would have issues..

mine doesnt have any problem (galaxy s2).. but still pretty hacky isnt it?
by dudeabot
Tue Nov 13, 2012 5:49 pm
Forum: LÖVE-Android
Topic: help on standalone game
Replies: 21
Views: 35179

Re: help on standalone game

here is my progress so far love.filesystem.addToSearchPath(apkDir); -- apkDir sent via Java code, i also added addToSearchPath to lua-glue code. print(love.filesystem.exists("/assets/game.love")) -- works :D, if you have copied game.love to assets folder the problem is that its a zip insid...
by dudeabot
Tue Nov 13, 2012 3:13 pm
Forum: LÖVE-Android
Topic: help on standalone game
Replies: 21
Views: 35179

Re: help on standalone game

ok i compiled my version, unfortunately it doesnt run, im using android-ndk-r8b and android sdk 4.0.3(im having exactly this error) http://stackoverflow.com/questions/12174247/android-ndk-8b-cannot-load-library well anyway ill outline my path so anyone who can compile can test if it works or not: 1)...
by dudeabot
Tue Nov 13, 2012 3:08 am
Forum: LÖVE-Android
Topic: stand alone love android-games
Replies: 0
Views: 8376

stand alone love android-games

has anyone managed to do so? i might help since i messed with jni a long time ago
by dudeabot
Tue Nov 13, 2012 3:07 am
Forum: LÖVE-Android
Topic: help on standalone game
Replies: 21
Views: 35179

help on standalone game

well i have read a lot of threads. first, id ilke to say im studying ni and might be able to help, but i would like to ask first. is the problem of standalone apk resolved? if not i might have a look at it, i just compiled the ndk sources, and love looks like such a cool engine that i have been want...