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

后端 未结 8 1728
夕颜
夕颜 2021-02-19 02:44

I followed google documentation to integrate my app to Google Analytics. But when adding

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

and b

8条回答
  •  没有蜡笔的小新
    2021-02-19 03:16

    Add the following to the @project level gradle file:

        classpath 'com.android.tools.build:gradle:2.3.0'
        classpath 'com.google.gms:google-services:3.0.0'
    

提交回复
热议问题