Invalid Maps Android Maps Api Fingerprint
I followed the instructions for getting a maps debug key but got an error saying that the fingerprint I entered was invalid. I entered the following in command prompt: C:\Users\Tee
Solution 1:
In order for maps api to work you need MD5 fingerprint instead of SHA1. in order to get the MD5 one you need to add the -v option to the command. Please see How can I get the MD5 fingerprint from Java's keytool, not only SHA-1?
Post a Comment for "Invalid Maps Android Maps Api Fingerprint"