NoClassDefFoundError: com.google.firebase.FirebaseOptions

前端 未结 4 2719
有刺的猬
有刺的猬 2021-02-20 16:26

I keep on getting the NoClassDefFoundError on other test device (4.4.2) that I\'m using. But works fine on my test device (Android 5.1).

I tried the solutio

4条回答
  •  别跟我提以往
    2021-02-20 17:08

    I have the same problem, with this I have solved:

    https://stackoverflow.com/a/37364044

    You must replace android:name=".app" with android:name="android.support.multidex.MultiDexApplication"

提交回复
热议问题