0

I've got two laptops: A lenovo yoga 2 pro (Eclipse with Windows 8) and Macbook Pro (Eclipse with Yosemite). I've got an android app with Google Analytics.

When I launch my app with eclipse from my Lenovo, it works perfect.

But, when I launch the SAME CODE from my macbook pro (With eclipse too), my android app freezes (Obviously with no traces from LogCat...) and I get BlackScreen..

Finaly, If I remove analytics code from my android app, the code doesn't freeze and works perfectly.

What's wrong ?

Phil
  • 4,730
  • 1
  • 41
  • 39
  • Possibly related to http://stackoverflow.com/questions/27533679/google-analytics-blocks-android-app/27871161 – djabi Jan 12 '15 at 16:05

1 Answers1

0

So as related here: Google Analytics blocks Android App, remove this code on manifest and it will work:

<meta-data 
        android:name="com.google.android.gms.analytics.globalConfigResource"
        android:resource="@xml/analytics_global_config" />
Community
  • 1
  • 1
Phil
  • 4,730
  • 1
  • 41
  • 39