After update - crash com.google.android.gms:play-services:5.2.8

前端 未结 6 1520
心在旅途
心在旅途 2021-01-07 20:06

my dependencies:

compile \"com.android.support:appcompat-v7:20.+\"
compile \'com.google.android.gms:play-services:5.2.08\'
compile \'com.android.support:supp         


        
6条回答
  •  逝去的感伤
    2021-01-07 20:23

    For people who suffer from this issue but are not able to make the other work - my issue was that I installed Google Play 5.2.08 in my gradle file (compile 'com.google.android.gms:play-services:5.2.08') because 5.0.77 wasn't working.

    1. I loaded the app onto my phone and it didn't work,

    2. I had the latest update (that I could get on my phone - Android 4.4.2) of google play so telling me to update didn't give me any options

    3. I ended up just needing to update my gradle file to the latest compatible googlePlay, in my case version 5.0.89.
      So find out what version

提交回复
热议问题