Click here to Skip to main content
16,012,759 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...
To display google maps in our project.. we need to generate api key..
so i got my system's fingerprint(i,e MD5)...But wen i entered that MD5 in google to get api key for my System, it displayed msg as invalid fingerprint. now not getting how to resolve. (In my system i installed windows7..)
Posted
Updated 1-May-12 21:19pm
v2

1 solution

Check the key when you are creating using keytool because in new version of keytool, it gives you the key using SHAI algorithm. You have to specify the type of algorithm as command line argument to get key of MD5.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900