java.lang.NoClassDefFoundError:com.google.firebase.FirebaseOptions(无法在某些设备上构建)

时间:2016-07-21 06:19:01

标签: android exception firebase

我已经包含了multidex。该项目在其他设备上工作,如模拟器和三星S5,但它不适用于Sumsung GT。 所以我想知道无论如何要让它在这个三星设备上工作。或者这里可能有什么问题?

跟随错误代码

FATAL EXCEPTION: main java.lang.NoClassDefFoundError: com.google.firebase.FirebaseOptions
  at com.google.firebase.FirebaseApp.zzbu(Unknown Source)
  at com.google.firebase.provider.FirebaseInitProvider.onCreate(Unknown Source)
  at android.content.ContentProvider.attachInfo(ContentProvider.java:1214)
  at android.content.ContentProvider.attachInfo(ContentProvider.java:1189)
  at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source)
  at android.app.ActivityThread.installProvider(ActivityThread.java:5119)
  at android.app.ActivityThread.installContentProviders(ActivityThread.java:4725)
  at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4665)
  at android.app.ActivityThread.access$1400(ActivityThread.java:159)
  at android.os.Handler.dispatchMessage(Handler.java:99)
  at android.os.Looper.loop(Looper.java:137)
  at android.app.ActivityThread.main(ActivityThread.java:5419)
  at java.lang.reflect.Method.invokeNative(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:525)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1209)

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1025) 在dalvik.system.NativeStart.main(本地方法)

我的gradle构建看起来像这样

compile 'com.parse.bolts:bolts-android:1.+'
compile 'com.jakewharton:butterknife:8.0.1'
compile 'com.facebook.android:facebook-android-sdk:4.1.2'
compile 'com.android.support:multidex:1.0.1'
compile 'com.google.android.gms:play-services:9.0.2'
compile 'com.google.android.gms:play-services-maps:9.0.2'
compile 'com.google.android.gms:play-services-location:9.0.2'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v13:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.google.firebase:firebase-core:9.0.2'
compile 'com.google.firebase:firebase-auth:9.0.2'
compile 'com.google.firebase:firebase-database:9.0.2'
compile 'com.google.firebase:firebase-messaging:9.0.2'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'joda-time:joda-time:+'
compile 'me.grantland:autofittextview:0.2.+'
compile 'com.github.gcacace:signature-pad:1.0.2'
compile 'com.github.siyamed:android-shape-imageview:0.9.+@aar'
compile 'com.sothree.slidinguppanel:library:3.3.0'


}

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

0 个答案:

没有答案