So I created a brand new empty project and built an android .apk file. No issues.
I added the following lines to build.settings:
plugins = { ["plugin.gpgs.v2"] = { publisherId = "com.coronalabs", supportedPlatforms = { ["android"]=true } }, },
Now the build fails with an error of
9 Exception in thread “DisconnectableInputStream source reader” org.gradle.api.UncheckedIOException: java.io.IOException: Access is denied
and
ERROR: configuring ‘shared.google.play.services.games_com.coronalabs’ failed!
Can someone help me out? Why am I getting access denied when just trying to include a plugin?