Crashlytics Fabric : Failed to execute task

前端 未结 12 1787
暖寄归人
暖寄归人 2020-12-20 11:04

I\'ve been having an issue and I don\'t know how to fix it.

My project use crashlytics, but it\'s always crash and not sent report. I have a TimeoutException:

<
12条回答
  •  温柔的废话
    2020-12-20 11:24

    Maybe you've another library that cause this error. Try to remove it,

    for example you can try

    maven { url "https://jitpack.io" }
    

提交回复
热议问题