No map shows up but a grid. So I looked up some sample fixes and came to this
help needed to publish android app in market
however, after running the cmds as suggested, I end up with a SHA1 certificate fingerprint. But when I go to sign up for a google API key, I see I need an MD5 certificate fingerprint instead. How do I tackle this please?
And here is the solution to your problem
Open Command Prompt and navigate to
C:\Program Files\Java\jre6\bin(might be different in your case).As you are following this solution that means you have
keystorewith you.If yes move to step 3. else create a newkeystorelike mentioned in this.Type the following command
keytool.exe -v -list -keystore " <path_of_keystore_youhave_created_in_step_2>"it will ask for password use the same password you have used while creatingkeystoreand you will getSHA1MD5and many information you have provided while creatingkeystore.