crashlytics android studio gradle build failed

后端 未结 6 2156
猫巷女王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:33

    I just had the exact same issue after replacing the API Key in the AndroidManifest.xml file by a string reference instead of a literal string.
    Using the literal string, the error disappeared.

    Use

    
    

    Don't use

    
    

提交回复
热议问题