googleAnalytics plugin cause Android build failed

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,

You can get more detail info about what is Error 11 and Error 5 by looking at the Corona console.

Several developers were facing problems during build using plugins and I know that Error 5 (server build error) is shown when that is the case. 

Here are some threads about it: 

https://forums.coronalabs.com/topic/61757-error-get-plugin-failed-plugin-pluginonesignal/#entry320053

https://forums.coronalabs.com/topic/61790-fail-building-with-google-analytics-plugin/

Hi.

I did bug-submission and confirmed it is a bug.

It is not a just problem of ‘googleAnalytics’ plugin.

‘Lot of plugin’ is a problem.

Below is reply e-mail from corona labs support team.


I was able to reproduce the error on Android builds and looked into the cause. The problem comes from trying to include to many plugins. The issue is the JAR file symbol count from all the plugins exceed what is allowed in our current build implementation. We have a task assigned to fix that in the future, but for now the only solution is not build with so many plugins.


e-mail was Feb 25, and today is March 3, and 2832 version still have this problem.

You can get more detail info about what is Error 11 and Error 5 by looking at the Corona console.

Several developers were facing problems during build using plugins and I know that Error 5 (server build error) is shown when that is the case. 

Here are some threads about it: 

https://forums.coronalabs.com/topic/61757-error-get-plugin-failed-plugin-pluginonesignal/#entry320053

https://forums.coronalabs.com/topic/61790-fail-building-with-google-analytics-plugin/

Hi.

I did bug-submission and confirmed it is a bug.

It is not a just problem of ‘googleAnalytics’ plugin.

‘Lot of plugin’ is a problem.

Below is reply e-mail from corona labs support team.


I was able to reproduce the error on Android builds and looked into the cause. The problem comes from trying to include to many plugins. The issue is the JAR file symbol count from all the plugins exceed what is allowed in our current build implementation. We have a task assigned to fix that in the future, but for now the only solution is not build with so many plugins.


e-mail was Feb 25, and today is March 3, and 2832 version still have this problem.