Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get my android fingerprint certifica in Android Studio

I am new Android Developer. I am using Mac Os x Lion and Android Studio 2.0.11. I will map application so I need sha1 certifica.

how to get fingerprint mac os and Android studio.

thanx.

Sorry bad english.

like image 255
Olkunmustafa Avatar asked Oct 06 '13 10:10

Olkunmustafa


1 Answers

If you are in Mac, you can use

keytool -list -v -keystore  ~/.android/debug.keystore

if you don't have password , press enter, and you'll get the answer

like image 115
Jhon Cortes Avatar answered Oct 18 '22 16:10

Jhon Cortes