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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:05:41+00:00 2026-06-15T08:05:41+00:00

Hi I am new to this map in android. I tried to load in

  • 0

Hi I am new to this map in android. I tried to load in my application. I have done everything

  1. Generating akey

  2. Permissions in manifest file.But only a plain grey grid is coming.

I searched around this half a day. and did whatever they say. everything is correct..But i dont know y the map is not loading..I am really worried about this..Please help me ..Thanks in advance.

My command to generate MD5 FInger print:

keytool -list -alias androiddebugkey -keystore "C:\Documents and Settings\Admin\.android\debug.keystore"\ -storepass android -keypass android

My manifest file:

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

    <uses-sdk
        android:minSdkVersion="7"
        android:targetSdkVersion="15" />

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.INERNET" />
    <uses-permission android:name="android.permission.WRITE_GSERVICES" />

    <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=".Mapcctivity"
            android:label="@string/title_activity_mapcctivity" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

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

    </application>

</manifest>

My activity file:

public class Mapcctivity extends MapActivity {
    private MapView mMapView = null;  
     private MapController mc = null;
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

//        mMapView = new MapView(this, "0FTpADSJRjSkczl5Jd4E8yoTlhthq6np5gPQClQ");
        setContentView(R.layout.ssss);

//        MapView mp=new MapView(this,"0FTpADSJRjSmVNLeQhafHG_AHJD9mo5lAEsJ_KQ");

        GeoPoint gPoint = new GeoPoint(19240000,-99120000);

        mMapView = (MapView) findViewById(R.id.mapview);
        mMapView.setSatellite(true);
        mMapView.setBuiltInZoomControls(true);

        mc = mMapView.getController();
        mc.setZoom(15);
        mc.setCenter(gPoint);
    }

    @Override
    protected boolean isRouteDisplayed() {
        // TODO Auto-generated method stub
        return false;
    }


}

My Layout file:

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/mapview"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:clickable="true"
    android:apiKey="My generated key"
/>

When map is loading my logcat is as follows:

12-04 09:42:09.553: E/ActivityThread(285): Failed to find provider info for com.google.settings
12-04 09:42:09.563: E/ActivityThread(285): Failed to find provider info for com.google.settings
12-04 09:42:09.673: E/ActivityThread(285): Failed to find provider info for com.google.settings
12-04 09:42:10.583: D/dalvikvm(285): GC freed 1891 objects / 125528 bytes in 140ms
12-04 09:42:11.213: I/MapActivity(285): Handling network change notification:CONNECTED
12-04 09:42:11.213: E/MapActivity(285): Couldn't get connection factory client
12-04 09:42:12.093: D/dalvikvm(285): GC freed 4623 objects / 271376 bytes in 149ms
12-04 09:42:16.403: D/dalvikvm(285): GC freed 13753 objects / 921216 bytes in 175ms
12-04 09:42:26.873: D/dalvikvm(285): GC freed 9400 objects / 642912 bytes in 181ms

Please help me to solve this..

  • 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-15T08:05:43+00:00Added an answer on June 15, 2026 at 8:05 am

    Thanks to all dude..I get solved this..Really i vexed after i finding the solution..

    The problem is :

    See in my manifest file permission..For "INTERNET" i misspelled as "INERNET"…This culprit is the problem..

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

Sidebar

Related Questions

I have this code in Android: Map<String, String> idObject1 = new LinkedHashMap<String, String>(); idObject1.put(Id,
Moin! using (ZipFile zip = new ZipFile()) { // add this map file into
Im new to this.I have a cron file called xml.php and i want to
I tried to post an image on Facebook wall from my android application.For this
IN my android map application I am trying to replace marker on touch event.This
In My Android map application, I have some cluster icons. whenever the cluster icon
I have a google map inside my android application which have a simple hardcoded
Inside my android map I have three overlays looking like this: what I want
This is my hashmap : Map<String,String> unsortMap = new HashMap<String,String>() this map contains values
Hello i'm using map() jquery to create a new object array DEMO but 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.