1

I catch this problem after add Firebase analytics to my Kotlin project, but my application working fluently. Although searching solution from Google but seems like its does not have solution to solve this. I want to know why this error appears and how to solve this, I'm afraid that it will affect to my application performance in the future. Thanks a lot!!!

I use firebase-core: 16.0.7

my user-permissions:

    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Thong Nguyen
  • 11
  • 1
  • 3
  • I have the same issue. I have Google Play services installed and i've configured my project with Firebase dozens of times. Did you find a solution? – Cody Jun 18 '19 at 17:01

1 Answers1

0

Please, check that you have google play services installed.