Android Mapactivity:Couldn't Get Connection Factory Client

Error: Android MapActivity : Couldn't get connection factory client

In command prompt set your jdk path like below:::

Step1:: C:/program files/java/jdk6/bin>

Step2:: C:/program files/java/jdk6/bin>keytool -v -list -alias androiddebugkey -keystore "C:\Users\Agarwal\.android\debug.keystore"

Step3:: enter password android

Step4:: copy MD5 Figerprint and [click here][1]

Step5:: Copy the APIKEY and paste it in your xml file.

Note:: In Step2 just change the path of your debug.keystore.

MapActivity couldn't get connection factory client

I don't know if it is an API error or not. But I can tell you one thing, I have 3 real Apps based on Maps and I see this error all the time, it never hurts if that what you need to know. Good luck

Couldn't get connection factory client

I'm getting the same problem when using getFromLocationName, with a 'java.io.IOException:Service not Available' error.

I've done a bit of googling around and it seems this is a bug in the software.

http://code.google.com/p/android/issues/detail?id=8816

MapView: Couldn't get connection factory client

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



Related Topics



Leave a reply



Submit