在我的Android Studio项目中,我使用Firebase进行云消息传递。 这需要Play-Services所以我做了以下:
compile 'com.google.android.gms:play-services-gcm:9.6.0'
compile 'com.google.firebase:firebase-messaging:9.6.0'
但我总是得到这个错误:
W / GooglePlayServicesUtil:Google Play服务已过期 需要9080000但找到8489032
也许有人可以帮助我? 谢谢:))