java.lang.NoClassDefFoundError: com.google.android.gms.R$string

后端 未结 8 1403
借酒劲吻你
借酒劲吻你 2021-01-18 08:00

I am having a little trouble with the complier, Same code I use on Nexus 5, no error. as Soon as I use it in Tablet, it crash right away and the error said

java.la

8条回答
  •  天命终不由人
    2021-01-18 08:32

    I believe you should try turning multiDexEnabled false and get rid of the compile 'com.google.android.gms:play-services-gcm:8.4.0' . You have two play-services which forces you to turn multiDexEnabled to true

提交回复
热议问题