in Application class, in create method I call GoogleAnalytics.getInstance(this) and application just freezes...on any device Worked fine with google play services 6.1, now i
removing this line from the manifest solved the problem for me:
meta-data android:name="com.google.android.gms.analytics.globalConfigResource" android:resource="@xml/global_tracker"