To Generate Key Hash we have 2 Ways Way 1 : ====== Just follow the below given Steps and you are done with this. Step I: Download OpenSSL from here Step II: Download openssl-0.9.8e_X64.zip for 64 bit PC and openssl-0.9.8e_WIN32.zip for 32 bit PC Step III: once your download the zip folder. Go to C drive(where window is installed) and make a folder named OpenSSL Step IV: extract all zip file in this folder. Step V: Now go to Java folder and copy path of jre. For example: C:\Program Files\Java\jre1.8.0_101\bin (make sure your are in JRE folder not in JDK folder,) Step VI: Now open Cmd in your PC. Type Cd C:\Program Files\Java\jre1.8.0_101\bin Now copy the below code after this keytool -exportcert -alias androiddebugkey -keystore "C:\Users\Aravindraj\.android\debug.keystore" | "C:\openssl\bin\openssl" sha1 -binary |"C:\openssl\bin\openssl" base64 instead of Aravindraj you need to use your computer name. an...
Comments
Post a Comment