android - Google Signin:Error signing in the specified account. Please choose a different account -
this question asked did not find satisfactory answer.
i followed each , every step of https://developers.google.com/+/mobile/android/samples/quickstart-android#credentials-screenshot instead of package name using mine.
there 2 cases 1 direct testing , 1 after signin apk keystore.
when testing app in case signin google account working fine after generate signed apk
giving me error signing in specified account. please choose different account
.
if same why not working signed apk
?
i found mistake , sha1 key, debug sha1 , keystore sha1 different , in google console gave debug sha1 working debug apk not signed apk.
so did extracted sha1 keystore , put in google console working signed apk(it not work debug now). how can extract sha1 keystore.
c:\program files\java\jdk1.7.0_71\bin>keytool -list -v -keystore c:\you_key_here.key
Comments
Post a Comment