Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/

后端 未结 13 1800
失恋的感觉
失恋的感觉 2020-12-04 17:41

I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue.

  • I have one Android code base with multiple product flavors and each flav
13条回答
  •  不思量自难忘°
    2020-12-04 18:23

    In my case, the location of meta-data:io.fabric.ApiKey was wrong.

    • app/src/main/AndroidManifest.xml

    before

    
        
            
        
    
    

    after

    
        
        
        
    
    

    I hope this will be of some help.

提交回复
热议问题