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

前端 未结 6 1511
心在旅途
心在旅途 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:36

    Change the Google Play Service version in your build.gradle to the version on your device or emulator.

    compile 'com.google.android.gms:play-services:5.0.89' 
    

提交回复
热议问题