Android Application Development Tutorial – 130 – Obtaining Google Maps API debug key

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

38 responses to “Android Application Development Tutorial – 130 – Obtaining Google Maps API debug key”

  1. Evren K. Avatar

    everything has changed so far

  2. Derek Loveland Avatar

    Enter this in command prompt:  "C:Program FilesJavajre7binkeytool" -list -alias androiddebugkey -keystore "C:UsersYour User Name.androiddebug.keystore" -storepass android -keypass android

  3. Marian Toader Avatar

    thank you so much man !

  4. Derek Hodges Avatar

    This video is pretty good for getting you started on map activities. A little hard to read, but up to date. Remove the spaces in the URL below, I added that so youtube would let me post it.
    h t t p://w w w.youtube.com/watch?v=wNlleczyPjs

  5. Kisuke Urahara Avatar

    In need of an update to this video 🙁

  6. Marco Rossini Avatar

    Hi guys i've MD5 and SHA1 fingerprint, then i create a "NEW ANDROID KEY" with Google Maps Android API v2 but my screen is always gray.
    On creation Google want only my SHA1 fingerprint and never my MD5, i'm on Win 7 how can i resolve?

  7. PsychoFreaky Avatar

    Following steps to get the fingerprint on Create a new certificate
    Alias: androiddebugkey
    Password: android
    Your first and last name: Android Debug
    Name of the organizational: Android
    change The two-letter country code to US
    after pressing next
    Filename: debug.keystore
    Keystore Password: android
    then finish
    Keystore Password

  8. PsychoFreaky Avatar

    to get the fingerprint you can install the Keytool, to do that you go to Help>Install New Software.
    In the Install Software you go to Add. and type down the name: Keytool, the location: keytool . sourceforge net / update
    Select all and and follow the steps to install the Keytool add-on for eclipse.
    to get certificate you go to Keytool> Create a new Certificate.

  9. Martin Rand Avatar

    THIS VIDEO DOES NOT WORK ANYMORE LIKE IT SHOULD !!!!

    The new Google Maps Android API v2 allows you to offer interactive, feature-rich maps to users of your Android application.

  10. Apurva Patkeshwar Avatar

    Google maps v1 deprecated!! :O
    Someone help..

  11. Joseph Burghard Avatar

    The Link you use to register the md5 fingerprint is no longer available. Can someone redirect me to the page to register the md5 fingerprint?

  12. mosgba Avatar

    thanks it works

  13. Alexander J. Padin Avatar

    Great Tutorial, Thanks.

  14. kristof bergé Avatar

    right-click in the cmd window -> Mark. Now you can select text in the cmd window. Selected text will automatically be copied to the clipboard, no need to press ctrl+c. It's a bit tricky, though.

  15. Max Grossenbacher Avatar

    How do you copy from the cmd window?

  16. kristof bergé Avatar

    right-click in the cmd window > paste

  17. Max Grossenbacher Avatar

    Windows command sucks can't copy the MD5 key, now I really have to write it down by hand. I feel like an iOS user

  18. Dima lucky Avatar

    E:Program FilesJavajre7>keytool -list -alias androiddebugkey -keystore "E:Do
    cuments and SettingsAdmin.androiddebug.keystore" -storepass android -keypass
    android – Windows XP – thats work

  19. Filip VÅ Avatar

    How to generate the release key?! :S

  20. Sneyden Pereira Avatar

    Jst to speed up yr wrk…
    code.google.com/android/add-ons/google-apis/mapkey.html

  21. Jake Haley Avatar

    I spent about an hour trying to get this to work for an internship I'm doing. You comment was a godsend. Thank you.

  22. naenaeelizabeth Avatar

    I have windows 7 and I am having a hard time with this one I cant get it to work at all.

  23. ruma Avatar

    thanks , that totally did the trick . (Don't forget to change your USERNAME guys)
    pasted and worked like magic 🙂

  24. dimanchec3 Avatar

    This worked for me:
    Start > CMD >
    C:Program Files (x86)Javajre6bin> keytool -list -alias androiddebugkey -keyst
    ore "C:UsersUSER.androiddebug.keystore" -storepass android -keypass andr
    oid

  25. Stormbringer311 Avatar

    win 7

    keytool -list -alias androiddebugkey -keystore "C:/Documents and S~a/Android/debug.keystore" -storepass android -keypass android

  26. hauntedmenorah Avatar

    @f35acepilot thanks, i wish i had read these comments earlier instead of banging my head on the windowsill/computer desk. this problem is due to the JDK 1.7 update

  27. 53knights Avatar

    @f35acepilot thank you sir! that fixed everything for me

  28. PerfectorZY Avatar

    also, this worked for me keytool -list -v -alias androiddebugkey -keystore "C:UsersUSER NAME.androiddebug.keystore" -storepass android -keypass android

  29. PerfectorZY Avatar

    "error occurred during initialization of vm" if you are having this problem either google search it or check out these sites i stumbled upon ycsoftware(dot)net/error-occurred-during-initialization-of-vm-windows-7-windows-xp/ and/or geekycoder(dot)wordpress(dot)com/2009/07/08/java-tips-adventure-in-resolving-the-java-error-error-occurred-during-initialization-of-vm/

  30. Hamiska Avatar

    as for me in win7
    C:>keytool -list -v -alias androiddebugkey -keystore "C:Documents and Settings
    ACCOUNTNAME.androiddebug.keystore" -storepass android -keypass android

  31. Mike10131994 Avatar

    @alex26toma Go to your java bin folder (mine is C:Program Files(x86)Javajdk1.6.0_27bin) and hold shift and right click a blank area in the explorer. Then, click "Open a command prompt window here", then try again.

  32. Ernestas23 Avatar

    keytool -list -alias androiddebugkey -keystore .androiddebug.keystore -storepass android -keypass android <———— Win7

  33. Herp Derpingson Avatar

    Till now I had no trouble with any tutorial, this is the first time I took an arrow in the knee 🙁

  34. Herp Derpingson Avatar

    keytool error: java.lang.RuntimeException: Usage error, is not a legal command

  35. mcrob Avatar

    i'm on xp, when you put your path into the command promt you have to surround it with quotes ("") took me ages to find that out

Leave a Reply

Your email address will not be published. Required fields are marked *