Search found 6 matches

by phfranqueira
Wed Apr 05, 2017 5:23 pm
Forum: Support and Development
Topic: Help in creating banner with Martin Felis android port
Replies: 19
Views: 17681

Re: Help in creating banner with Martin Felis android port

WORKED LIKE A CHARM! THANK YOU GUYS! It wasn't even difficult, my main problem was getting the right link, like i said, i'm new to a lot of this stuff, github, command lines and etc. I think that a guide to get the most recent version is something that would be well received. For a newbie it gets co...
by phfranqueira
Wed Apr 05, 2017 4:34 pm
Forum: Support and Development
Topic: Help in creating banner with Martin Felis android port
Replies: 19
Views: 17681

Re: Help in creating banner with Martin Felis android port

Did you tried using the current version of the repo? The 0.10.0-alpha and below versions of the repo doesn't have the admob functions implemented. Try this link. I thought that the versions that I tried were the most recent, I'm new to git too. I'm gonna try with the link you gave me too. As a last...
by phfranqueira
Tue Apr 04, 2017 7:25 pm
Forum: Support and Development
Topic: Help in creating banner with Martin Felis android port
Replies: 19
Views: 17681

Re: Help in creating banner with Martin Felis android port

Ok, so the problem is that you're using the normal/vanilla version of LÖVE by using Martin's repo, you have to use mine (npinochet's) to use the AdMobs functions. So just rebuild your game with npinochet's repo and it should work. Made builds with 0.10.0-alpha, 0.9.2a and 0.9.2 versions of npinoche...
by phfranqueira
Mon Apr 03, 2017 7:55 pm
Forum: Support and Development
Topic: Help in creating banner with Martin Felis android port
Replies: 19
Views: 17681

Re: Help in creating banner with Martin Felis android port

Ok so first, there's no need to modify GameActivity and there's also no need to add the google play library since it's already on the lib path on my repo, you just have to follow the instructions on the wiki on how to build the apk, so basically just follow the steps from here: [Windows, macOS, Lin...
by phfranqueira
Fri Mar 31, 2017 4:18 pm
Forum: Support and Development
Topic: Help in creating banner with Martin Felis android port
Replies: 19
Views: 17681

Re: Help in creating banner with Martin Felis android port

Oh, sorry for the misunderstanding! Well, the person who passed me this task already had ported the game with the Martin Felis repository. I made my own builds with his and yours repository, and tested in a Android device and it runned normally. It's these new love.system functions that I can't use ...
by phfranqueira
Thu Mar 30, 2017 6:47 pm
Forum: Support and Development
Topic: Help in creating banner with Martin Felis android port
Replies: 19
Views: 17681

Help in creating banner with Martin Felis android port

I am a beginner in LÖVE development, English is not my first language and this is my first post in this forum... so HELLO! :awesome: Well, I was designated with the task of implementing an AdMob banner ad in a game made with LÖVE, already ported to Android using the Martin Felis port, but the older ...