Skip to main content
Copy edited (e.g. ref. <http://en.wiktionary.org/wiki/don%27t>). In English, the subjective form of the singular first-person pronoun, "I", is capitalized, along with all its contractions such as I'll and I'm.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

My Problemproblem is the same as iI have also shifted my google mapsGoogle Maps project from Eclipse to Android Studio. I have solved my problem by following this:-

Go to your javaJava bin directory via the cmdcommand:

C:\Program Files\Java\jdk1.7.0_71\bin> 

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

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

exampleExample:

keytool -list -v -keystore c:\users\James\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android 

orOr you can just write this in cmd if you dontdon't know the username:

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

andAnd you will get the SHA1.

then iThen I created a new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. It works fine.

makeMake sure you are in BIN folder of jdkX.X.X_XX  (minemy folder name is jdk1.7.0_71)  , or else if you dontdon't know what folder name you have then find it by opening javathe Java folder, and you will see what the folder name is, but you must be in your BIN folder and then run this command , today i. Today I have got my SHA1 value in a cmd command window by the above procedure.

SNAPSHOT:

enter image description hereEnter image description here

My Problem is the same as i have also shifted my google maps project from Eclipse to Android Studio. I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin> 

Now type in the below command in your cmd:

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

example:

keytool -list -v -keystore c:\users\James\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android 

or you can just write this in cmd if you dont know username

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71)  , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

My problem is the same as I have also shifted my Google Maps project from Eclipse to Android Studio. I have solved my problem by following this:

Go to your Java bin directory via the command:

C:\Program Files\Java\jdk1.7.0_71\bin> 

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

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

Example:

keytool -list -v -keystore c:\users\James\.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 "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

And you will get the SHA1.

Then I created a new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. It works fine.

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. Today I have got my SHA1 value in a cmd command window by the above procedure.

SNAPSHOT:

Enter image description here

added 146 characters in body
Source Link
Jamil
  • 5.5k
  • 4
  • 28
  • 29

My Problem is the same as i have also shifted my google maps project from ECLIPSEEclipse to ANDROID STUDIOAndroid Studio. I I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin>

C:\Program Files\Java\jdk1.7.0_71\bin> 

Now type in the below command in your cmd:

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

example:

keytool -list -v -keystore c:\users\James\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android 

or you can just write this in cmd if you dont know username

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/consolehttps://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

My Problem is the same as i have also shifted my google maps project from ECLIPSE to ANDROID STUDIO. I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin>

Now type in the below command in your cmd:

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

My Problem is the same as i have also shifted my google maps project from Eclipse to Android Studio. I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin> 

Now type in the below command in your cmd:

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

example:

keytool -list -v -keystore c:\users\James\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android 

or you can just write this in cmd if you dont know username

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

Use %USERPROFILE% environment variable, valid accross all Windows versions
Source Link

My Problem is the same as i have also shifted my google maps project from ECLIPSE to ANDROID STUDIO. I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin>C:\Program Files\Java\jdk1.7.0_71\bin>

Now type in the below command in your cmd:

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

example:

keytool -list -v -keystore c:\users\James\"%USERPROFILE%\.android\debug.keystorekeystore" -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

My Problem is the same as i have also shifted my google maps project from ECLIPSE to ANDROID STUDIO. I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin>

Now type in the below command in your cmd:

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

example:

keytool -list -v -keystore c:\users\James\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

My Problem is the same as i have also shifted my google maps project from ECLIPSE to ANDROID STUDIO. I have solved my problem by following this:-

Go to your java bin directory via the cmd:

C:\Program Files\Java\jdk1.7.0_71\bin>

Now type in the below command in your cmd:

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

and you will get SHA1

then i created new key from https://code.google.com/apis/console because of my package name got changed and then use this key in my application. works fine.

make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you dont know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command , today i have got my SHA1 value in cmd command by the above procedure.

SNAPSHOT:

enter image description here

added 102 characters in body
Source Link
Jamil
  • 5.5k
  • 4
  • 28
  • 29
Loading
Source Link
Jamil
  • 5.5k
  • 4
  • 28
  • 29
Loading