Hi folks.
I’ve recently implemented Appodeal but as a result I am no longer able to build working apps for Amazon, due to a “Corona: Developer Error”, notifying that Google Play Services has been included with a non-Google target (Amazon).
Google Play Services is not in the build file. When I disable Appodeal the build works on Amazon as expected.
I am using the BETA version of the Appodeal plugin.
Here’s the error: https://photos.app.goo.gl/yVKdF9Z6i5HijEHq6
settings = { splashScreen = { enable = false }, orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight", }, }, excludeFiles = { -- CARNAGE WANTS does not want any OGG files for market (amazon) as they were created for windows support only.... thus let's save the app size. We also only want the icons for our market all = { "\*.ogg" , "Launch.png" , "Launch@2x.png" , "Launch@3x.png" , "FireRabbitLaunchScreen.storyboardc" , "Images.xcassets" , "Icon-40.png" , "Icon-58.png" , "Icon-76.png" , "Icon-80.png" , "Icon-87.png" , "Icon-120.png" , "Icon-152.png" , "Icon-167.png" , "Icon-180.png" , "Icon-1024.png" , "carnageflexibles/horseHUD\*" , "carnageflexibles/swinventory\*" } }, plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["plugin.zip"] = { publisherId = "com.coronalabs" }, ["plugin.CoronaSplashControl"] = { publisherId = "com.coronalabs" }, -- Base ['plugin.appodeal.base'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.AmazonAds'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.GoogleAdMob'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.TwitterMoPub'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.StartApp'] = { publisherId = 'com.coronalabs' }, -- Interstitial ['plugin.appodeal.AdColony'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.AppLovin'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.Chartboost'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.InMobi'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.IronSource'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.Mobvista'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.MillenialMedia'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.Ogury'] = { publisherId = 'com.coronalabs' }, -- Rewarded Video ['plugin.appodeal.Unity'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.Vungle'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.Tapjoy'] = { publisherId = 'com.coronalabs' }, ["plugin.iap\_badger"] = { publisherId = "uk.co.happymongoose", }, ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", }, }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_COARSE\_LOCATION", "android.permission.GET\_ACCOUNTS", }, }, }
I saw others having this issue that resolved it by removing Flurry and Facebook, which I have, but it does nothing.
Please assist.
Cheers,
Chris