Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:
It's not clear to me if the result I'm getting is the SHA-1 fingerprint. Can somebody clarify this?
Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:
It's not clear to me if the result I'm getting is the SHA-1 fingerprint. Can somebody clarify this?
You can get MD5 and SHA1 fingerprint for any workspace by going to
Window>Preference>Android>Build
in Eclipse.If you are using android studio use simple steps:
Run your project
Click on Gradle menu
Expand Gradle task tree
Click on android-> signingReport
If there is nothing displayed(android studio 2.2) then
Click on
Toggle tasks execution/text mode
from Run barIf you are using eclipse, go to: Window->Preferences->Android->Build You will find what you are looking there.
Run the following command to get your sha1:
keytool -v -list -keystore "< debug.keystore path >"
If you do not know the path of
debug.keystore
, you may find yourdebug.keystore
path by checkingwindows-->preferences-->android-->build
I prepared step by step tutorial to show how you can use google map android v2 on emulator(android 4.2.2)
have a look at to my blog: http://umut.tekguc.info/en/content/google-android-map-v2-step-step
In Gnu/Linux
First
You need key.jks, for example in my case this file it's in folder in /Desktop/Keys
Second
cd /usr/lib/jvm/java-1.7.0-openjdk-amd64
Now you need excecute this command
remplacing this fields
For example
Good Luck!!
Open Command Prompt in Windows and go to the following folder .
C:\Program Files\Java\jdk1.7.0_05\bin
Use commands
cd <next directory name>
to change directory to next. Use commandcd ..
to change directory to the PrevNow type the following command as it is :