Hello.
If I add
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
}
to my builds.settings file, corona simulator won’t run.
I’m getting the following error:
File: module ‘plugin_google_play_services’ not found
Module ‘plugin_google_play_services’ not found:resource (plugin_google_play_services.lu) does not exist in archive
no field package.preload[‘plugin_google_play_services’]…
This documentation page: http://docs.coronalabs.com/plugin/ads-admob-v2/ says to require the ads library like that
local ads = require( “plugin.google.play.services” ) but http://coronalabs.com/blog/2014/07/15/tutorial-implementing-admob-v2/ says to use require(“ads”);
What is the correct? Using ** require(“ads”); it works.**
Any way to fix that?