In project 'app' a resolved Google Play services library dependency depends on another at an exact version

后端 未结 22 1872
情话喂你
情话喂你 2020-12-08 13:42

Trying to create a simple app with FireStore and Google Authentication. Having problem with the gradle:

In project \'app\' a resolved Google Play serv

22条回答
  •  北海茫月
    2020-12-08 14:05

    I am using One Signal and caught this error once a time.

    The reason was:

    apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
    apply plugin: 'com.android.application'
    

    to put apply plugin for one signal before 'com.android.application'. Maybe this will be useful for some other apply plugin too.

提交回复
热议问题