Admob plugin error?

I’m trying to implement the Admob v2 plugin and get this when running the app on a device:

erroradmob.png

My build.settings has appropriate permissions and this code:

    plugins =     {         ["plugin.google.play.services"] =         {             publisherId = "com.coronalabs"         },     },

What am I doing wrong?

        

Hi,

are using the latest Corona Build?

I think so. I’m using Starter 2014.2393. 

Maybe ads are not available in Starter version. Please, check your license features.

I’ve checked… Ads are supported in Starter.

Also: http://docs.coronalabs.com/plugin/ads-admob-v2/   says that 

Availability Starter, Basic, Pro, Enterprise

… so I’m good. I’m really at a loss here. 

Can you post your build.settings and your code where you’re requiring the ads module and initializing it?

Thanks

Rob

Ahh, nevermind. After careful examination of the build.settings file I found that one bracket was in a wrong place.

Because of this the plugin entry was treated as part of the ‘orientation’ setting which made no sense.

Now everything works like a charm. Thank you for your suggestions!

Hi,

are using the latest Corona Build?

I think so. I’m using Starter 2014.2393. 

Maybe ads are not available in Starter version. Please, check your license features.

I’ve checked… Ads are supported in Starter.

Also: http://docs.coronalabs.com/plugin/ads-admob-v2/   says that 

Availability Starter, Basic, Pro, Enterprise

… so I’m good. I’m really at a loss here. 

Can you post your build.settings and your code where you’re requiring the ads module and initializing it?

Thanks

Rob

Ahh, nevermind. After careful examination of the build.settings file I found that one bracket was in a wrong place.

Because of this the plugin entry was treated as part of the ‘orientation’ setting which made no sense.

Now everything works like a charm. Thank you for your suggestions!