
Propietario: CN=Android Debug, O=Android, C=USĮmisor: CN=Android Debug, O=Android, C=US Introduzca la contraseña del almacén de claves: Today I have got my SHA1 value in a cmd command window by the above procedure.Ĭ:\Users\MauriC\AndroidStudioProjects\Qdy>”C:\Program Files (x86)\Java\jre1.8.0_60\bin\keytool.exe” -list -v -alias androiddebugkĮy -keystore %USERPROFILE%\.android\debug.keystore Make sure you are in BIN folder of jdkX.X.X_XX (my folder name is jdk1.7.0_71), or else if you don’t know what folder name you have then find it by opening the Java folder, and you will see what the folder name is, but you must be in your BIN folder and then run this command. Then I created a new key from because of my package name got changed and then use this key in my application. Keytool -list -v -keystore “%USERPROFILE%\.android\debug.keystore” -alias androiddebugkey -storepass android -keypass android Or you can just write this in cmd if you don’t know the username: Keytool -list -v -keystore c:\users\James\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android

Keytool -list -v -keystore c:\users\your_user_name\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android

Now type in the below command in your command window (CMD.EXE):

Go to your Java bin directory via the command: I have solved my problem by following this: My problem is the same as I have also shifted my Google Maps project from Eclipse to Android Studio.
