Hi,
I am using the following plugins in my app in android platform.
–For Admob:
plugins =
{
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
},
},
–For Share:
{
[“CoronaProvider.native.popup.social”] =
{
publisherId = “com.coronalabs”,
},
},
If I only use Admob plugin its woking perfectly. Same for share plugin but when I add them together the app is crashing in my device with error: ‘CoronaProvider.ads.admob’ not found.
Please help.