Wrox Programmer Forums
|
BOOK: Beginning Android Tablet Application Development
This is the forum to discuss the Wrox book Beginning Android Tablet Application Development by Wei-Meng Lee; ISBN: 978-1-1181-0673-0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Android Tablet Application Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 22nd, 2011, 06:29 AM
Registered User
 
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Google maps debug key invalid

Hi,

I am following the book "BEGINNING ANDROID™ TABLET APPLICATION DEVELOPMENT" and use the command suggested in the book:
Code:
 keytool.exe -list -alias androiddebugkey -keystore
“C:\Users\<username>\.android\debug.keystore” -storepass android
-keypass android
it generate a fingerprint <SHA1>: C9:1E:49:47:79:B9:79:20:66:36:81:6D:BA:01:77:43:4E :88:A8:34

instead of <MD5>fingerprint, and when I enter the above fingerprint into
Android Maps API Key Signup, it said the key is invalid?

How do I generate a MD5 fingerprint instead of SHA1. I am using Window 7 .
Many thanks!

Tony.
 
Old November 22nd, 2011, 07:19 AM
Registered User
 
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Google maps debug key invalid

Hi,

I have found out that if you use the Java jdk1.7.x you need to add -v option,
which will provide MD5, SHA1 etc... the command is:

keytool.exe -v -list -alias androiddebugkey -keystore
“C:\Users\<user>\.android\debug.keystore” -storepass android -keypass android

Hope this will help the other

Tony.





Similar Threads
Thread Thread Starter Forum Replies Last Post
coordinates google maps etxJS sedoyksa Javascript 0 October 31st, 2011 07:33 PM
Google maps Geocode avi1 ASP.NET 3.5 Basics 0 October 24th, 2010 01:49 AM
com.google.android.maps library unavailable lz1234 BOOK: Professional Android Application Development ISBN: 978-0-470-34471-2 1 June 7th, 2009 10:18 AM
Bills Whiz Bang Google Maps ramone_johnny Classic ASP Basics 2 August 1st, 2008 07:23 PM
XSL, Javascript and Google maps.. tomharding XSLT 2 March 14th, 2007 06:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.