0

Every time i run my map activity class. This is the error i get.

07-14 10:37:14.980: ERROR/MapActivity(31492): Couldn't get connection factory client

I retrieved my api key twice so nothing is wrong with that. I dont know what the problem is. If anyone can help please do.

yoshi24
  • 3,147
  • 8
  • 45
  • 62
  • What android version are you using? and more importantly, what version of SDK are you using? – t0mm13b Jul 14 '11 at 14:44
  • I trying to run it on honeycomb and it does this. It works on regular phones though. everything lower than honeycomb. I emailed the apk to my self and it worked on my cell phone. when i run it on my tablet it doesnt. – yoshi24 Jul 14 '11 at 14:50
  • Well put up the source and I can try it on a Galaxy Tab 10, also the answer by Nicholas in the link he provided said that @yoshi24 the first answer at the linked question has to do with geocoding, look at the second answer for that persons problem was --> "Once I used the keytool to make a new MD5 and registered that with Google I was back in action with a fresh apiKey." – Idistic Jul 14 '11 at 17:17
  • Also my own map application works fine on honeycomb so something else must be in play here – Idistic Jul 14 '11 at 17:18
  • It worked all of a sudden. I ran it on my cell phone and then on honeycomb and it worked. – yoshi24 Jul 14 '11 at 21:17
  • I'm working on a 14 app and my debug key from previous apps fails with this error. I noticed that the MD5 key has a new datestamp in the debug.keystore since my R20 install. I regenned the debug key and the problem disappeared. Haven't genned a release key yet... – Howard Hodson Jul 11 '12 at 23:27

1 Answers1

0

This question contains your same error, and suggests that there is a bug in the Android, with a link to a Google code issue tracker issue for Android.

Community
  • 1
  • 1
nicholas.hauschild
  • 42,483
  • 9
  • 127
  • 120