Android App freezes after implementing Google Firebase

后端 未结 2 1428
南旧
南旧 2020-12-28 19:36

Here is my build.gradle

dependencies {
    compile fileTree(dir: \'libs\', include: [\'*.jar\'])
    testCompile \'junit:junit:4.12\'
    compile \'com.andro         


        
相关标签:
2条回答
  • 2020-12-28 20:19

    Seems to be the same issue as this: Firebase Crash produces ANR during launch

    The official fix for the incident is an update to the Google Play Services which should be rolling out now.

    We've fixed the issue with Firebase Crash initialization in Google Play Services 9.6.83. Users should receive the update sometime within the next two days. We will conduct an internal investigation of this issue and make appropriate improvements to our systems to prevent or minimize future recurrence.

    0 讨论(0)
  • 2020-12-28 20:27

    I was solved the issue by removing the line

    compile 'com.google.android.gms:play-services:9.0.2'
    
    0 讨论(0)
提交回复
热议问题