I am facing a very weird problem with my Google Maps API key on an app that has been working without problems for long. Now, when I run my app in AS, I get the very famous
Ensure that the "Google Maps Android API v2" is enabled
with cert_fingerprint package_name D6:C3:E6:F2:xxxx;com.yyy
BUT the problem is that when I do keytool on my keystore, the SHA1 displayed is FE:BF:BF:75:xxx
How comes that AS requests a non-existing fingerprint? I went as far as adding this key in Developers Console, but that doesnt change anything. I did Clean and Inavlidate caches, but to avail.
What is going wrong here?