Android Multiple dex files define Lcom/google/android/gms/common/api/zza

后端 未结 4 1461
闹比i
闹比i 2021-01-04 13:19

Building project and deploying app to the emulator with API level 22 or 25 goes ok, but when i try to build APK or deploy app to my real device with API level 16 i get the f

4条回答
  •  滥情空心
    2021-01-04 14:05

    Move this:

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

    to the bottom of your app/build.gradle file.

提交回复
热议问题