Android: Google Maps API Key Registration: MD5 Certification Key

how to get the fingerprint key MD5.

I use this command:

C:\Program Files\Java\jdk1.7.0_04\bin>keytool.exe -list -alias androiddebugkey -keystore "C:\Documents and Settings\IBM\.android\debug.keystore" -storepass android -keypass android ` 

but cannot get the MD5 key, but I get the certificate fingerprint key (SHA1)

 androiddebugkey, Jan 16, 2012, PrivateKeyEntry,Certificate fingerprint (SHA1):A4:9E:8F:FA:1A:B2:A0:79:3D:D3:95:41:82:3B:F6:DA:78:40:DD:DE 

I want an MD5 certificate .

Thank you very much.

+15
android google-maps-api-3
Mar 14 '12 at 5:12
source share
11 answers
 C:\Program Files\Java\jdk1.7.0_04\bin>keytool.exe -V -list -alias androiddebugkey -keystore "C:\Documents and Settings\IBM\.android\debug.keystore" -storepass android -keypass android 

Consider the jdk-bin path in the first path location and the home user directory in the second path . For windows 7 this is similar to C:\Users\username\.android\debug.keystore

Use the above command, you will get all the keys.

This is where the Google API key is .

+18
Mar 14 '12 at 6:23
source share

for windows

step1: start → run →

type of

C: \ Documents and Settings \ ashish \ .android

hear that you must pass on your current user
and find debug.keystore

description

now get the path to debug.keystore

 C:\Documents and Settings\ashish\.android\debug.keystore 

now the command to get MD5

 keytool -list -alias androiddebugkey -keystore <path_to_debug_keystore>.keystore -storepass android -keypass android 

so now we pass the path dedug.keystore

complete team

 keytool -list -alias androiddebugkey -keystore "C:\Documents and Settings\ashish\.android\debug.keystore" -storepass android -keypass android 

Step 2: start → run →

type cmd and change the directory to the android sdk platform platforms and skip the following command enter image description here press enter

enter image description here

now you get MD5 now, how to use it ..... now go to https://developers.google.com/android/maps-api-signup

enter image description here

after that press the button. He will give you an api map

+8
May 02 '12 at 6:26 a.m.
source share

http://mobiforge.com/developing/story/using-google-maps-android link to this link.

Use the JDK version 1.6 instead of 1.7, because by default 1.7 generates a fingerprint with SHA1.

+7
Mar 14 '12 at 5:19
source share

For a window, you can use it.

1. To start, run open cmd, then type

C: \ Documents and Settings \ NEETIKA.android \ debug.keystore

Now use the following command to get the MD5 fingerprint.

keytool.exe -list -alias androiddebugkey -keystore "C: \ android \ debug.keystore" -storepass android -keypass android

After that, you will get a fingerprint

To find the Google API key: use this link - http://code.google.com/android/maps-api-signup.html

+4
May 2 '12 at 6:48 a.m.
source share

To develop the Google Maps application in android, the first step is to get the Google API (containing maps.jar). If it is not in the Eclipse IDE, you can download it in eclipse by going to Windows> Android sdk manager> ... then select the required Google API. Create a new AVD for use as a Google API. This is where you launch the Google Maps app.

To get the MD5 fingerprint, run the following command in cmd

keytool.exe -list -alias androiddebugkey -keystore "C: \ Documents and Settings \ Administrator .android \ debug.keystore" -storepass android -keypass android

Before executing this command, 1. change the cmd path to the location of keytool.exe, which is usually located inside the program files> java> bin 2. double includeinside quotes enter the path to your android keystore which can be found in eclipse..windows> preferences> android> build

while these problems that I encountered were Error 1.keytool: java.lang.RuntimeException: usage error and is not a legal command ---- due to unwanted 2.tried spaces to insert the -v command for verbose

After receiving MD5, go to the following link http://code.google . com / android / maps-api-signup.html and log in to your google account. To get a key that you can use in your application.

+3
Mar 24 2018-12-12T00:
source share

The link for the android map api key 'https://developers.google.com/android/maps-api-signup' does not work.

showing "Failed to connect to the remote server" in the iframe above the fotter page. Has anyone recently worked on it?

+3
May 18 '12 at 4:55
source share

As far as I know, you got the key that you need, now you need to register it on this one.

+2
Mar 14 '12 at 6:00
source share

The answers above show how to get the md5 key, but newer versions of jdk generate more keys and display SHA1 by default. To get the md5 key for 1.7 and later:

1 go to the command line 2 go to the key store directory C: \ Users \ Gideon.android 3 enter this command keytool -v -list -keystore "C: \ Users \ Gideon.android \ debug.keystore" android

4 find the code with MD5: mine was:

+2
Jun 25 '12 at 7:27
source share
 use **-V** in cmd prompt........:) 
+1
Jul 03 '12 at 7:18
source share

For windows

1. Install the debug.keystore file "C: \ Users \ bhushan.android \ debug.keystore"

2.Paste the keytool.exe file into the Java \ bin folder

 C:\Program Files\Java\jre7\bin>keytool -v -list -alias androiddebugkey -keystore C:\Users\bshirsath\.android\debug.keystore -storepass android -keypass android Alias name: androiddebugkey Creation date: Mar 8, 2012 Entry type: PrivateKeyEntry Certificate chain length: 1 Certificate[1]: Owner: CN=Android Debug, O=Android, C=US Issuer: CN=Android Debug, O=Android, C=US Serial number: 1f5b8c95 Valid from: Thu Mar 08 17:51:52 IST 2012 until: Sat Mar 01 17:51:52 IST 2042 Certificate fingerprints: MD5: 6E:E7:47:2E:A7:07:8A:42:77:89:A8:83:C7:A6:53:87 SHA1: 1D:99:2B:0E:D3:2F:DE:12:92:CE:86:EE:5A:D2:99:80:28:F7:B6:22 SHA256: 30:0B:FC:40:7F:57:9F:51:FF:60:94:B9:CE:27:C1:7A:9D:EF:F7:14:C8: 36:B0:E8:F4:11:13:23:B1:67:17:08 Signature algorithm name: SHA256withRSA Version: 3 Extensions: #1: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: DF 53 60 E5 59 3A 8C 07 EA E1 A2 3F 00 57 45 DD .S`.Y:.....?.WE. 0010: DF 29 08 BA .).. ] ] 

4. Install the key for the Google Maps Android API v1: https://developers.google.com/maps/documentation/android/v1/maps-api-signup

5.To register for the Google API Android API v1, follow these steps:

-> If you do not have a Google account, use the link on the page to install it.

-> Insert MD5 key

-> Click "Create API Key"

0
Dec 21 '15 at 9:38
source share

You will skip the -v option on the command line (for verbose, I assume). without -v gives you only the SHA1 checksum. with -v gives you everything: MD5, SHA1, SHA256 and all certificate information.

-one
Jul 30 '15 at 18:41
source share



All Articles