crashlytics android studio gradle build failed

后端 未结 6 2158
猫巷女王i
猫巷女王i 2021-02-04 07:40

I have installed crashlytics plugin to android studio 0.9.3; after this I added to my project; It added lines to gradle, first activity and so on...; after this build fails with

6条回答
  •  轮回少年
    2021-02-04 08:19

    This error due to wrong crashlaytics AppKey. Please check your manifest file for confirm it. OR

    It is due to use of a string resource instead of Hardcoded AppKey in manifest file.

    Use this:

    
    

    Dont Use this

    
    

    All the best

提交回复
热议问题