Search found 27 matches

by teeter11
Wed Feb 10, 2016 3:21 pm
Forum: Support and Development
Topic: How can I open love2d android in eclipse?
Replies: 1
Views: 1578

How can I open love2d android in eclipse?

I know a little Java and I wanted to add some of my own methods possibly! Thanks!
by teeter11
Sat Jan 09, 2016 10:13 pm
Forum: LÖVE-Android
Topic: ANT DEBUG stack overflow!
Replies: 3
Views: 42501

Re: ANT DEBUG stack overflow!

ok so i tried a different version of ant and it still didnt work
by teeter11
Sat Jan 09, 2016 9:14 pm
Forum: LÖVE-Android
Topic: ANT DEBUG stack overflow!
Replies: 3
Views: 42501

Re: ANT DEBUG stack overflow!

it happens even when not using lovetoandroid but i can try using the newest ant
by teeter11
Sat Jan 09, 2016 5:52 pm
Forum: LÖVE-Android
Topic: ANT DEBUG stack overflow!
Replies: 3
Views: 42501

ANT DEBUG stack overflow!

So ive been trying to add ads to my game and when i deploy with ant debug i get a stack overflow and then a spam of at com.android.ant.DependencyHelper.resolveFullLibraryDependencies(DependencyHelper.java:292) heres the entire log NOTE: im using loveToAndroid-v01 but this still happens when not usin...
by teeter11
Sat Jan 09, 2016 5:23 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

This is aweseome! can you make this updated with love 0.10.0? it doesnt work if i change the files.
by teeter11
Fri Jan 08, 2016 1:20 am
Forum: LÖVE-Android
Topic: Admob Banner and Interstitial Support
Replies: 16
Views: 87935

Re: Admob Banner and Interstitial Support

alright now im getting stack overflow error when compiling
by teeter11
Tue Jan 05, 2016 11:25 pm
Forum: LÖVE-Android
Topic: Admob Banner and Interstitial Support
Replies: 16
Views: 87935

Re: Admob Banner and Interstitial Support

Thanks for the quick reply! I did what you said and then deployed with ant debug following https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Game_Packaging of course but then i got an error BUILD FAILED C:\Users\teete\Desktop\LoveGames\ANDROIDSDK\tools\ant\build.xml:573: /../google-play-servi...
by teeter11
Tue Jan 05, 2016 1:51 pm
Forum: LÖVE-Android
Topic: Screen resolution?
Replies: 4
Views: 45082

Re: Screen resolution?

Make your app work on ALL resolutions and "scale" the things you draw. This is how they do it in the ROBLOX engine which is what i am going to call it. Not to be confused with love.graphics.scale as it is not the same Heres a basic example of scaling: function love.load() love.window.setMo...
by teeter11
Tue Jan 05, 2016 1:31 pm
Forum: LÖVE-Android
Topic: Admob Banner and Interstitial Support
Replies: 16
Views: 87935

Re: Admob Banner and Interstitial Support

Okay so i followed the steps on the wiki on how to set everything up https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Building_L%C3%96VE_for_Android_-_Windows I coded a app and used the love2d program on the app store to run my app now i want to publish it to the play store BUT i want to use...
by teeter11
Tue Jan 05, 2016 12:46 pm
Forum: LÖVE-Android
Topic: Admob Banner and Interstitial Support
Replies: 16
Views: 87935

Re: Admob Banner and Interstitial Support

im confused at the part where you said Now you have to paste it next to the project folder and execute "android update project -p 'dir/to/google-play-services_lib' " and you're done!

what is android update project?

sorry for noob questions