how get my SHA-1 in xdk with xdk signing cert - android... I want it for Cordova App Google Signin...well ???
Certain Google Play services (such as Google Sign-in and App Invites) require you to provide the SHA-1 of your signing certificate so we can create an OAuth2 client and API key for your app. To get your SHA-1, follow these instructions:
keytool -exportcert -list -v \ -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
链接已复制
6 回复数
https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/341
Why getting keystore no exist?? ^^^^ here
Same getting using forward slash... as separator... is it alias wrong?? Or...? From git bash win 10 pro prompt. ..
Keystore file name can have dashes using it in cmd line ? Eg andoid-key12.keystore

I think problem solved at last ...