Hi
I need leaderboard and admob ads in my application
in my build.setting file
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true }
},
[“plugin.gpgs”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
}
these two plugins I have added
when I do this at the corona server side there is something problem with google play service and it gives me below error
ava.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value. Expected 9452000 but found 4242000. You must have the following declaration within the <application> element: <meta-data android:name=“com.google.android.gms.version” android:value="@integer/google_play_services_version" />
If I removed “plugin.google.play.services” plugin from build.setting and removed admob code then its working fine.
but I need both plugins at a time so please fix it asap.
for admob I refer https://docs.coronalabs.com/plugin/ads-admob-v2/index.html
for gpgs https://docs.coronalabs.com/plugin/gpgs/index.html
Thanks.
Really no one reads my post yet ?