crashlytics android studio gradle build failed

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

    I have solved the issue. I had long conversation with crashlytics team, but they didn't helped me.

    My solution is to create separate project, and install crashlytics on that project. It will generate api key on that project. I just copied that key and pasted to my original project and it worked. Have no idea why it didn't generated the key on my initial project.

提交回复
热议问题