基于此链接Firebase Crashlytics
我在firebase控制台中添加了我的项目,在android studio项目中添加了firebase crashlytics dependency和google-services.json。
我已经添加了fabric.with(this,new crashlytics());在我的启动活动中,但是当我运行项目时,它显示如下错误
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.
最佳答案
你有没有把这条线加到你的build.gradle的顶部
apply plugin: 'io.fabric'