简体   繁体   中英

Android Studio Google Sign-In not working

I am using Google sign-in for my app, and it does get called, but when it pops up, instead of asking which account I want to use, it says "This app requires the latest version of the Google play games app". And I am sure, that Google play games app is installed because I entered my account data into there.

Edit: I am using API version 24 on my AVD

You should check if your google play services version is 10.2.6. Else you will have to update it. Else specify a lower version like com.google.android.gms:play-services-games:9.8.0 in your gradle file and run.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM