Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>for windows</p> <p>step1: start --> run--></p> <p>type</p> <p>C:\Documents and Settings\ashish\.android </p> <p><strong><em>hear you should be pass your current user</em></strong><br> and find debug.keystore</p> <p><img src="https://i.stack.imgur.com/OVUwD.jpg" alt="description"></p> <p>now get the path of debug.keystore</p> <pre><code>C:\Documents and Settings\ashish\.android\debug.keystore </code></pre> <p>now the command for getting MD5</p> <pre><code>keytool -list -alias androiddebugkey -keystore &lt;path_to_debug_keystore&gt;.keystore -storepass android -keypass android </code></pre> <p>so now we pass the path of dedug.keystore </p> <p>the full command is</p> <pre><code>keytool -list -alias androiddebugkey -keystore "C:\Documents and Settings\ashish\.android\debug.keystore" -storepass android -keypass android </code></pre> <p>step 2: start--> run--></p> <p>type cmd and change directory to <strong>android sdk's platform-tools</strong> and past the following command <img src="https://i.stack.imgur.com/oygDw.jpg" alt="enter image description here"> press enter</p> <p><img src="https://i.stack.imgur.com/lPZhO.jpg" alt="enter image description here"></p> <p>now you are getting MD5 now how to use it..... now Go to <a href="https://developers.google.com/android/maps-api-signup" rel="noreferrer">https://developers.google.com/android/maps-api-signup</a></p> <p><img src="https://i.stack.imgur.com/q7lDq.jpg" alt="enter image description here"></p> <p>after that press button It will give you map api </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload