Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Couldn't get connection factory client

I got this error: ERROR/MapActivity(258): Couldn't get connection factory client

Everything worked fine, it's all of a sudden, how come that happens? I know my api key is fine, because one month I've been using it perfectly. How come all of a sudden it doesn't show me the map activity, and posts that error in the logcat?

like image 970
rayman Avatar asked Feb 04 '10 11:02

rayman


2 Answers

I had reinstalled Android dev kit on my new system and the debug.keystore had changed. Once I used the keytool to make a new MD5 and registered that with Google I was back in action with a fresh apiKey.

"Couldn't get connection factory client" is a weird message for an invalid apiKey !

like image 189
Someone Somewhere Avatar answered Sep 30 '22 05:09

Someone Somewhere


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

like image 45
Alistair R Avatar answered Sep 30 '22 04:09

Alistair R