Re: [android-developers] Unable to obtain Google Maps Android v1 API Key

2013-02-08 Thread Simon Giddings
Thanks for that Mark, it works great. Sorry to not have replied before, but I didn't have a working connection. On Thursday, 7 February 2013 17:23:07 UTC+1, Mark Murphy (a Commons Guy) wrote: > > Add -v to your list of command-line switches. > > On Thu, Feb 7, 2013 at 11:13 AM, Simon Giddings >

Re: [android-developers] Unable to obtain Google Maps Android v1 API Key

2013-02-07 Thread Mark Murphy
Add -v to your list of command-line switches. On Thu, Feb 7, 2013 at 11:13 AM, Simon Giddings wrote: > Yep, you are right, I am getting the SHA-1 hash. > Looked at the command line options and cannot see how I can force MD5 > output. > Can you help here ? > > > On Thursday, 7 February 2013 17:02:

Re: [android-developers] Unable to obtain Google Maps Android v1 API Key

2013-02-07 Thread Simon Giddings
Yep, you are right, I am getting the SHA-1 hash. Looked at the command line options and cannot see how I can force MD5 output. Can you help here ? On Thursday, 7 February 2013 17:02:50 UTC+1, Mark Murphy (a Commons Guy) wrote: > > It just worked for me. Make sure that you are using MD5 -- if you

Re: [android-developers] Unable to obtain Google Maps Android v1 API Key

2013-02-07 Thread Mark Murphy
It just worked for me. Make sure that you are using MD5 -- if you have Java 7 installed, you might be getting the SHA-1 hash instead, for example. On Thu, Feb 7, 2013 at 10:28 AM, Simon Giddings wrote: > I have followed the instructions to create a private key and then obtain the > MD5 signature.

[android-developers] Unable to obtain Google Maps Android v1 API Key

2013-02-07 Thread Simon Giddings
I have followed the instructions to create a private key and then obtain the MD5 signature. I paste this signature into the signup input field and click submit. I then get a page which says that the MD5 signature is incorrect ! Tried with and without the colons (:). Has the key generation been d