Marcus Runge
Marcus Runge

Reputation: 635

Authorization failure with Google Maps Android API

I am trying to get Google Maps working on my Android project. I did everything by the book but nothing works...

The API key, fingerprint and package name are correct. Restricting and unrestricting the API key makes no difference. Switchen between debug and release fingerprint makes no difference either. It simply doesn't work whatever I am trying. Any suggestions what I am missing, doing wrong or lousy documented?

Upvotes: 0

Views: 1346

Answers (1)

Marcus Runge
Marcus Runge

Reputation: 635

The problem was located in local.properties: Instead of MAPS_API_KEY="AbCdEfGhi1234..." it should read MAPS_API_KEY=AbCdEfGhi1234...

Don't surround the key with ""...

Upvotes: 2

Related Questions