Crashlytics found an invalid API key - AndroidStudio build

前端 未结 9 1692
挽巷
挽巷 2020-12-09 14:39

I saw all other questions, but none of accepted answers is working for me.

By following integration steps found here https://dev.twitter.com/twitter-kit/android/int

9条回答
  •  抹茶落季
    2020-12-09 15:01

    You just forgot to add one line, in app-level gradle file.

    apply plugin: 'com.google.gms.google-services'
    

    this happens because when you are adding firebase:crashlytics, firebase document not have this line. so you need to add it manually. see this is firebase:crashlytics document photo.

提交回复
热议问题