Hi all,
I got error occur when build for Android.
Here’s the build environment:
Corona SDK 2016.2830
Google Analytics plugin activated on market place
build.settings lines:
plugins = {
[“plugin.googleAnalytics”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, osx=true, win32=true }
},
}
Tried many times for Android build, got either Error 11 or Error 5. after comment them out then build successful.
Anyone know which step I missed?
Thanks in advance,