After upgrading to google play services 8.4.0 my app crashes on startup

后端 未结 10 1863
名媛妹妹
名媛妹妹 2020-12-11 00:24

I\'ve been previously using google play services 8.3.0 without any issue. I\'m looking to upgrade to google play services 8.4.0. I\'m using the following play libraries:

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 01:07

    I've faced the same issue while going through the official tutorial.

    Solution was to change

    classpath 'com.google.gms:google-services:2.0.0-alpha6'
    

    to

    classpath 'com.google.gms:google-services:3.0.0'
    

    I've found the correct version number in the sample on the github.

提交回复
热议问题