Generate release key hash for facebook adroid studio on mac

broken image

Select Release Management -> App Signing, and you’ll see you release SHA1. If you have enabled App Signing for your app in your Google Play Developer Console, by uploading your signing certificate, then just go to your developer console and select your app. Keytool -list -v -keystore /Users/technofreek/Documents/testkeystore -alias key0 Here, the path is /Users/technofreek/Documents/testkeystore In Android Studio, go to Build menu -> Generate Signed Bundle / APKĬopy the key store path and the key alias. Release key hash: is generated from a Release certificate that you have.

broken image

UPDATE: (Newer versions) In case you don’t find an android folder here, go to :app instead of root, navigate to Tasks>android and you’ll find signingReport.ĭouble click on signingReport, this will build with the signingReport and post the SHA1 in the bottom view. //If you use Android Studio Arctic Fox, add this block in adle. Go to the Project root folder -> Tasks -> android -> signingReport

broken image

Click on the Gradle tab on the right hand side of the Android Studio window.