Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8950391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:26:43+00:00 2026-06-15T13:26:43+00:00

I have checked and double checked my APIkey that I registered on the Google

  • 0

I have checked and double checked my APIkey that I registered on the Google Console however I am still getting the following error:

12-05 16:31:12.940: E/Google Maps Android API(12334): Failed to load map.  Could not contact Google servers.

What I am seeing is the zoom in/out buttons and the background for the MapView but no Map???!!!

Any ideas???

Answer

I will post it here because what solved my issue was stated in the comments of the accepted answer below.

It was the READ_GSERVICES permission. For some reason the permission wasn’t mentioned on the developer site when it came to using them.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:26:44+00:00Added an answer on June 15, 2026 at 1:26 pm

    For setting up Google Maps API v2 on Android, make sure that you have completed all of the following steps.

    App Key For API Access

    When Google asks for the SHA1 fingerprint of your app certificate, you will want most likely want to run this twice, once for your debuging certificate, and once for your publishing certificate.

    keytool -list -v -keystore publishcert.keystore
    keytool -list -v -keystore ~/.android/debug.keystore

    The fingerprint of the app on the market is different then the fingerprint of an app that you are just testing!

    Enable the service on the Google API Console

    Login to the Google API Console.
    On the services page, find Google Maps Android API v2.

    Note – Google Maps API v2 is DIFFERENT then Google Maps Android API v2

    In the API Access tab, click Create new Android Key

    Add your certificate signatures for access to the APIs.

    yourrelease-fingerprint;com.example.project.package
    yourdebug-fingerprint;com.example.project.package

    You will be provided with a generated API Access Key.

    You may need to first create an API Project in the API Console

    Amend the App Manifest

    Add your API Key, inside of the <application> element.

    <meta-data
        android:name="com.google.android.maps.v2.API_KEY"
        android:value="yourapikey"/>
    

    Add the following permissions:

    <permission
            android:name="com.example.project.package.permission.MAPS_RECEIVE"
            android:protectionLevel="signature"/>
    
    <uses-permission android:name="com.example.project.package.permission.MAPS_RECEIVE"/>
    
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
    

    Add the following feature request:

    <uses-feature
        android:glEsVersion="0x00020000"
        android:required="true" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a 2884765579 bytes file. This is double checked with this function, that
I followed the acl9 Readme exactly, have double checked everything and still get the
In my project directory, top level, I have Icon.png. Double-checked in Photoshop, it's 57x57.
I have checked few other posts and found some UIAnimation transitions that kind-of give
I have checked out now a local working copy of a codebase that lives
I'm running into a problem with getting attribute values for products that have been
I have been having trouble with the Google Maps API for one week now
i am getting an error message when trying to insert a record, i have
The following code for some reason poradically works. I have checked the URL so
Here is my code:- I have double checked all the auth parameters. import tweepy

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.