Google Analytics - build error

Sorry to bring this up here but it is somewhat related, but what is going on with plugins. The builder “sometimes” spits up errors like the one attached, and it is really messing up my flow.

Thanks,

Scott 

Attachment:

https://drive.google.com/file/d/0B5swSg-cH4L6RC1ibkREbUx3S1E/view?usp=sharing

Same problem here @scottrules44.

Investigating.

Just to clarify Rob, as @scottrules44 mentioned, it happens sometimes.

Today I faced that error 2-3 times when loading OneSignal plugin. Then I try to the build again and it works.

Same problem but only with plugin.googleAnalytics enabled in build.settings

  plugins = {

[“plugin.googleAnalytics”] = { publisherId = “com.coronalabs”, supportedPlatforms = { android=true } },

    [“CoronaProvider.native.popup.social”] = { publisherId = “com.coronalabs” },

    [“plugin.facebook.v4”] = { publisherId = “com.coronalabs” },

[“plugin.OneSignal”] = { publisherId = “com.onesignal” },

    [“plugin.openssl”] = { publisherId = “com.coronalabs” },

[“plugin.GameThrivePushNotifications”] = { publisherId = “com.gamethrive” },

    [“plugin.advertisingId”] = { publisherId = “com.coronalabs” },

[“plugin.google.play.services”] = { publisherId = “com.coronalabs”, supportedPlatforms = { android=true } },

[“plugin.google.iap.v3”] = { publisherId = “com.coronalabs”, supportedPlatforms = { android=true } },

    [“CoronaProvider.gameNetwork.google”] = { publisherId = “com.coronalabs”, }

  }, 

error1.png error2.png

Is this still an issue? I’ve seen other threads where it seems to have cleared up.

Rob

Unfortunately yes. This configuration give me a error :

sim.png

error.png

screen.png

And after about 4 minutes …

screen2.png

After disabling the Google Analytics ** everything works well**

works.png

well.png

Strange but true :slight_smile:

Marcus

Hi Marcus,

I’d like to check that it’s not some other conflict between plugins (unlikely but we’ll see). Can you build the Google Analytics sample app that is linked from the documentation?

https://github.com/coronalabs/plugins-sample-googleAnalytics

Brent

Hi Marcus,

Other users are reporting some conflict between the Google Analytics plugin and the “advertisingId” plugin. I have asked the engineers to investigate why this might be a problem…

Brent

Yes. Example app works well.

Marcus

Disabling plugin “advertisingId” does not change anything.

error3.png

Marcus

07:46:38.434  

07:46:38.434  Windows simulator build date: Mar  2 2016 @ 02:43:41

07:46:38.434  

07:46:40.448  

07:46:40.448  Copyright © 2009-2016  C o r o n a   L a b s   I n c .

07:46:40.448   Version: 3.0.0

07:46:40.448   Build: 2016.2832

07:50:53.466  BuildID: kCoronaBuild [A device build error occurred on the server. 

07:50:53.466  

07:50:53.466  BuildID: 56d92f8442d8e 

07:50:53.466  Error: 

07:50:53.466  ERROR: An error occurred during build. The server returned the following message:

07:50:53.466  —

07:50:53.466  A device build error occurred on the server. 

07:50:53.466  

07:50:53.466  BuildID: 56d92f8442d8e 

07:50:53.466  Error: 

07:50:53.466  —

07:50:53.528  Android build failed (5)

The new version of the simulator but still the same error. Any ideas?

Marcus

We think the problem is you are hitting an Android limit for the maximum number of symbols in your libraries. Engineering is working on a feature that will increase the number of symbols allowed. In the mean time you will likely need to limit the number of plugins you are using until we solve this. Fixing this is pretty high on the engineering plan at the moment.

Rob