How can I fix this CrashlyticsMissingDependencyException?

后端 未结 17 1637
耶瑟儿~
耶瑟儿~ 2020-12-04 18:42

I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn\'t

17条回答
  •  鱼传尺愫
    2020-12-04 19:04

    I had same problem after update plugin. to solve need remove from AndroidManifest.xml:

    
    

    and add to fabric.properties:

    apiSecret=API_SECRET_KEY
    apiKey=YOUR_SECRET_KEY
    

    UPDATE:

    Now, you have to use:

      
    

提交回复
热议问题