Software Archive
Read-only legacy content
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

how get my SHA-1 in xdk with xdk signing cert - android...

Victor_I_2
初学者
1,018 次查看

 

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

 

https://developers.google.com/android/guides/client-auth

0 项奖励
6 回复数
Anthony_H_Intel
1,018 次查看

You can download your keystore from the Intel XDK, then use keytool to obtain the SHA-1:

download-android-keystore.png

See here for more information about managing certificates using Intel XDK.

0 项奖励
Leonidas_S_1
初学者
1,018 次查看

Where keytool located, from where run it and where put keystore file?

Is it in jdk or jre?

0 项奖励
Leonidas_S_1
初学者
1,018 次查看

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

0 项奖励
Victor_I_2
初学者
1,018 次查看

WELL where is the problem in #4... 

???

0 项奖励
Victor_I_2
初学者
1,018 次查看

I think problem solved at last ... 

 
success test and in device
 
 
0 项奖励
Giselle_G_Intel
1,018 次查看

Victor,

Could you explain or select what helped you solve your problem, so that other users with a similar problem can use your solution?

 

0 项奖励
回复