I was looking at
https://forum.thegamecreators.com/thread/216496 and I had the exact same problem. I'm very new to game development and would like to know why it's not working. Here are the basics of my code:
SetAdMobDetails("ca-app-pub-7************1/1******9")
CreateAdvert(0,1,1,0)
SetAdvertVisible(1)
RequestAdvertRefresh()
do
Print( ScreenFPS() )
Sync()
loop
I did some digging around and I apprently need a
Google Mobile Ads SDK or something like that but I require Android Studio or something and I'm completely lost... Do I need to download/follow all these instructions in order to put ads on my app? Can someone post a link to a tutorial or something? Thank you.