Jul 12, 2016 You should create a signed build before generating SHA-1 hash value. Create Signed Build. How To Create Signed APK Or Build. The above link will show you how to create signed APK using Android Studio. We need to create keystore file and specify it in signingConfigs for creating a SHA1 key for release variant. Jul 12, 2016 You should create a signed build before generating SHA-1 hash value. Create Signed Build. How To Create Signed APK Or Build. The above link will show you how to create signed APK using Android Studio. We need to create keystore file and specify it in signingConfigs for creating a SHA1 key for release variant.
This example demonstrates about How to create Android Facebook Key Hash
The division cd key generator. Generating a Development Key Hash Photoshop cc license key generator.
Mac OS:- Execute below command in terminal keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore openssl sha1 -binary openssl base64
Windows:- Execute below command in command prompt keytool -exportcert -alias androiddebugkey -keystore 'C:UsersUSERNAME.androiddebug.keystore' 'PATH_TO_OPENSSL_LIBRARYbinopenssl' sha1 -binary 'PATH_TO_OPENSSL_LIBRARYbinopenssl' base64
Generating a Release Key Hash
keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore YOUR_RELEASE_KEY_PATH openssl sha1 -binary openssl base64
Click here to download the project code.