0

I am trying to show a map on Activity, but it's not showing, even though i declared all permissions in manifest and added google library.

Here's the logcat errors

    08-02 18:44:44.568: E/ActivityThread(2482): Failed to find provider info for com.google.settings
    08-02 18:44:44.579: E/ActivityThread(2482): Failed to find provider info for com.google.settings
    08-02 18:44:44.609: E/ActivityThread(2482): Failed to find provider info for com.google.settings
    08-02 18:44:46.229: E/MapActivity(2482): Couldn't get connection factory client
    08-02 18:44:47.468: W/IInputConnectionWrapper(2482): finishComposingText on inactive InputConnection
Musa
  • 96,336
  • 17
  • 118
  • 137
Asma.O
  • 455
  • 2
  • 7
  • 19
  • 2
    Maybe you need to add Google APIs instead of the GoogleSDK to you build path? – Sagar Hatekar Aug 02 '12 at 19:54
  • also make sure you have your google maps key – Frank Sposaro Aug 02 '12 at 20:05
  • are you extending Activity or MapActivity and running on emulator or device specify .. – MobileEvangelist Aug 03 '12 at 05:11
  • @user1572022 Please read this post this will help you http://stackoverflow.com/questions/2199403/couldnt-get-connection-factory-client – Akshay Aug 03 '12 at 06:14
  • Follow [this](http://mobiforge.com/developing/story/using-google-maps-android) tutorial and make sure all you followed correctly. – Harish Aug 03 '12 at 05:05
  • on my project build target i have google APIs, for the map key i used it on another project and it worked, the problem persist the map is not showing , i have grey grids on the emulator. thanks for helping – Asma.O Aug 03 '12 at 18:21

0 Answers0