I am getting the below runtime error in kindle for adcolony plugin. I am also getting the same for chartboost too.
init.lua:853 module 'plugin.adcolony' not found: resource (plugin.adcolony.lu) does not exist in archive..
One thing i did was, I have commented out the below two plugins related to coronaAds, as android was crashing in facebook.publicInstall with these. Chartboost and adcolony ran fine in iOS & googlePlay, but I am having issues in kindle only
Are there any dependencies between Chartboost & adcolony with CoronaAds plugin ? Do i need the below two plugins for Chartboost & adcolony to work reliably ?
Any ideas ?
-- CoronaAds --[[DELETE the below two as android is crashing in facebook.publicInstall ["shared.android.support.v4"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.coronaAds"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["amazon-kindle"]=true, iphone=true } }, --]] ["plugin.chartboost"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["amazon-kindle"]=true, iphone=true } }, ["plugin.adcolony"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["amazon-kindle"]=true, iphone=true } },