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

  • Home
  • SEARCH
  • 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 7737391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:59:04+00:00 2026-06-01T07:59:04+00:00

In my Android Application I have a Google MapView Activity and I am facing

  • 0

In my Android Application I have a Google MapView Activity and I am facing the following Error:

MapView: Couldn't get connection factory client

At first: I have a right Maps Key and the Internetpermission and the Map is displaying fine on Emulator and Device. The thing that I am confused about is that although the map works, the above error displays.

On the Device sometimes the Map loads and displays correctly and 1 minute later, if start to zoom and pinch the map the map does not continue loading and throws the error.

If I switch off and on again the mobile network on the device the map works fine again.

Edit: my Manifest file:

<?xml version="1.0" encoding="utf-8"?>
<manifest 
xmlns:android="http://schemas.android.com/apk/res/android"
package="de.incowia.mobileschatzsuche" 
android:versionCode="1"
android:versionName="2011.10.07">

<!-- We're supporting AndroidSDK 7 -->
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7"/>

<!-- We need access to the internet for loading maps -->
<uses-permission android:name="android.permission.INTERNET"/>
<!-- We're using both, network and GPS -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

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

    <!-- 4 test -->
    <uses-library android:name="android.test.runner" />

    <!-- We're using Google Maps API -->
    <uses-library android:required="true" android:name="com.google.android.maps" />

    <!-- Dashboard -->
    <activity android:name=".MobileSchatzsucheActivity" android:label="@string/app_name" android:launchMode="singleTask">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>

    <!-- Maps Activity -->
    <activity android:name=".GoogleMapsActivity" />

    <!-- Schatzliste Activity -->
    <activity android:name=".SchatzlisteActivity" android:launchMode="singleTask"/>

    <!-- Schatzdetails Activity -->
    <activity android:name=".DetailsActivity"/>

    <!-- MyTreasuresCoverFlowActivity -->
    <activity android:name=".MyTreasuresCoverFlowActivity"/>

    <!-- Preferences Activity-->
    <activity android:name=".PreferencesActivity" 
              android:theme="@android:style/Theme"/>

    <!-- FileBrowser Activity -->
    <activity android:name=".FileBrowserActivity"
              android:theme="@android:style/Theme"/>

</application>

<instrumentation android:name="android.test.InstrumentationTestRunner"
    android:targetPackage="de.incowia.mobileschatzsuche" 
    android:label="test test" />

</manifest>
  • 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-01T07:59:06+00:00Added an answer on June 1, 2026 at 7:59 am

    Just try to give these Two Permission

    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
    

    Because when you zoom in/zoom out the Google map goes accordingly in/out, so for that we need to give such permission.
    It will work then

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

Sidebar

Related Questions

I have a com.google.android.maps.MapView in my application. When using the normal view I do
I have a question about Android Market/Google Play license model for paid applications. First
This Android application on Google uses the following method to refresh the database after
I am developing an android application in I have two GeoPoints in Google map.One
I have include Google map view in my android application. When I debug with
I am attempting to create a MapView application following the tutorial from the Android
In my android application i have used the google map. I have using android
I have following layout in my android application. <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/mainlayout android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent
I have an Android map view application. In order to view the mapview, I
I am creating a google maps application for android and I am following the

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.