Reputation: 95
I have already checked 10 ways why wouldn't simple application which using google maps work but i don't have any right solution. I also tried to run sample which is located in ...\android-sdks\extras\google\google_play_services\samples\maps and it doesn't work. I just copy and paste all source code.
So my problem is that when i start the app it only shows light-brown background and google-maps zoom (+ and -). In "LogCat" i get error "Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors)."
...I have turn on wi-fi (network) ...i am pretty sure because some apps have been updated.
Upvotes: 1
Views: 823
Reputation: 1006819
"This is probably an authentication issue" sometimes means that your Maps V2 API key is incorrect, such as:
You did not change what was in the project, or
You did not use the right signing key when registering to have your Maps V2 API key in the Google APIs Console, or
You used the wrong package name when registering to have your Maps V2 API key in the Google APIs Console
Upvotes: 1