Android GoogleAnalytics getInstance

后端 未结 5 1136
离开以前
离开以前 2020-12-09 08:48

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

5条回答
  •  遥遥无期
    2020-12-09 09:09

    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"

提交回复
热议问题