Sorry to spam you with messages, but I’ve now moved onto my amazon builds and when I try to build an apk I get the following error message:
A device build error occurred on the server. BuildID: 53bd5f207494d Error: Get plugin failed. Publisher: com.gremlininteractive Plugin: plugin.chartboost
I’ve defined my chartboost plugin as:
["plugin.chartboost"] = { publisherId = "com.gremlininteractive", supportedPlatforms = { iphone = true, android = true, ["android-kindle"] = true }},
and I also have the amazon ads one defined as:
["plugin.amazonAds"] = { publisherId = "com.deleurapps", supportedPlatforms = { ["android-kindle"] = true } },
I’m guessing I don’t get an error for the amazonads one because it just doesn’t get that far.
I’m not sure if it’s a Corona error, a plugin error, or my error. Perhaps [“android-kindle”] is no longer needed, and just “android” will suffice?
Edit: In fact it doesn’t seem to be working for any Android builds at all, only iOS.
Edit 2: It seems that adding [“android-kindle”] = true was the cause, it didn’t seem to like that even when setting the target store to google play.