RS wrote:
> Even i am facing problems to get a map displayed on the emulator. The
> MapView throws an error on LogCat saying "Couldn't get connection
> factory client" and then a series of I/O exception. I followed the steps
> given here:
> http://developer.android.com/guide/tutorials/views/hello-mapview.html ,
> obtained the Maps Key, placed it within the main.xml, set permissions in
> the manifest but it always shows up with tiles on the screen without a
> map. Could anyone please help in getting it fixed. The LogCat is
> persistent with this error "Couldn't get connection factory client"

AFAIK, "Couldn't get connection factory client" is not an error.

Do you have the INTERNET permission in your application?

Did you create your project (or update it) to target API 3 (android
create project -t 3 ...)?

Are you running the project on a 1.5 device or AVD that has Google Maps
installed? In the case of the AVD, you also need to use a target API of
3 (android create avd -t 3 ...).

If none of those help, could you post the stack trace of the IOExceptions?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, $35/Year

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to