在外部库上使用时发生Crashlytics错误

时间:2019-02-26 20:00:16

标签: java android firebase crashlytics

当我想开始运行时,我的应用程序给我这个错误:

dynamodb.batch_write_item(RequestItems={
    'table': [{ 'PutRequest': { 'Item':whatweget}}
    }]
})

我不使用botocore.exceptions.ClientError: An error occurred (Validation Exception) when calling the BatchWriteItem operation: The prov ided key element does not match the schema!我认为我的一个外部库使用了。

我更改gradle-wrapper.properties文件并更改:

E/CrashlyticsCore: This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up,
    install an Android build tool and ask a team member to invite you to this app's organization.

Crashlytics

此错误开始显示。现在,即使我回滚到distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip ,我也会再次收到此错误。

我该怎么办?

0 个答案:

没有答案