Hi!
I’m having some problems with the Game Network plugin. Whenever I try to load it (via require(“gameNetwork”)), my game crashes with a popup containing the following content:
Runtime Error
/Users/jenkins/slaveroot/workspace/Templates/label/android/librtt/Corona/CoronaLibrary.lua:102:EROR:Could not load provider (corona) due to the following reason: /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:835: module ‘CoronaProvider.gameNetwork.corona’ not found:resource(CoronaProvider.gameNetwork.corona.lu) does not exist in archive…
This is my build.setting file.
settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight" } }, plugins = { ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle" }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true }, }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, }, android = { usesPermissions = { "com.android.vending.BILLING", "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.ACCESS\_NETWORK\_STATE", }, googlePlayGamesAppId = "XXXXXXXX", }, }
I’ve tried to uninstall and reinstall Corona but it didn’t help. I’m using the latest release version.
Also, I’ve already checked the forum and found some similar threads:
https://forums.coronalabs.com/topic/38247-module-coronaprovidergamenetworkgoogle-not-found-gpgs/
and
But none of them solved my problem.
Any tip on what is going on?
Thanks a lot in advance!
Br,
Cleverson