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 8538165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:04:57+00:00 2026-06-11T11:04:57+00:00

So my problem is that the google maps is not showing on my android

  • 0

So my problem is that the google maps is not showing on my android device which is using 3.2 API

I’ve already tried to do most of not all the suggestions I found online while searching for a solution to this problem.

I do have <uses-permission android:name="android.permission.INTERNET"/> in my manifest.

I’ve followed the google written procedure to produce a signed key (http://developer.android.com/tools/publishing/app-signing.html#setup) and obtained said key and put it in the layout android:apiKey="0R8lbu8yQL1Wgw-13s5sUBXZXusi4mEY3EhqWWw" And still I see gray tiles instead of the map.

I know that the debug key works on AVD but not on the android device whereas the signed key is supposed to work on the device and not in the AVD.

I’m willing to try another step by step procedure to make this work and if it does I’ll be forever grateful.

Please help! Thank you!

SOLUTION:

Was installing the wrong apk to device. Had to do:

adb install <your-file-name>.apk

in the console

EDIT:

Manifest File

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.googlemaps"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="15" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>



<application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme">

    <uses-library android:name="com.google.android.maps" />

    <activity
        android:name=".StartActivity"
        android:label="@string/title_activity_start">

        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>

    </activity>


    <activity
        android:name=".MainActivity"
        android:label="@string/title_activity_main" >

    </activity>


    <service
      android:name=".WorldWideMapService"
      android:process=":remote">
      <intent-filter>
        <action
          android:name="com.example.googlemaps.WorldWideMapService" />
      </intent-filter>
    </service>

</application>

  • 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-11T11:04:59+00:00Added an answer on June 11, 2026 at 11:04 am

    I want to correct you regarding application sign, and map api key.

    There is no such thing, like default api key would work with avd only, not with device. Thing is, map api key is associated with Signature KeyStore, by which application being signed, so If you are signing application with Default Key, then you should use default api key. However If you are signing application with your own keystore you should register new keystore to google map api, and get an api key. To upload on Google play we need application is to be signed with some other keystore than default keystore, so there we need to get an release map api key.

    In your case, I think, you are signing your app with default keystore, whereas, using map api key of different store.

    and yes, Problem might be as @Raju mentioned.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The problem is that i can't load google maps using the following code. Map
I've made an application based on the Google Maps API. The problem is that
I’m making an android app, which uses Google maps. One functionality is that the
Google maps not working when placed inside jQuery tabs is a question that's all
I have a complicated problem with google maps.I am using android and i draw
I am having problems with the google maps API V3. It seems that every
I have a TWebBrowser component that show a Google maps page. The problem is
I'm using google maps. In my code i've used setCenter() function. My problem is
I have a strange problem with Google Maps showing differently in IE and the
I fixed the problem below by updating the Google maps API version in this

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.