Crashlytics error - This app relies on Crashlytics. Please sign up for access

前端 未结 7 1852
温柔的废话
温柔的废话 2021-01-03 18:05

I have two build flavors in gradle but for some reason whenever i change the following flag to false i get the titled error message:

ext.enableCrashlytics =          


        
7条回答
  •  我在风中等你
    2021-01-03 18:29

    Maybe missing apply plugin fabric

    I added this line on top of file app/build.gradle resolved my issues!

    apply plugin: 'io.fabric'

提交回复
热议问题