[android-developers] Tiles not showing up in android MapView

2010-09-06 Thread Ajmer Singh
Hi

I want to use Mapview in my android app,problem is that i am not getting any
map data(No Map tiles),it only shows grey lines. Plese let me know what i am
doing wrong here,

I am copying my Logcat Details here:

09-04 11:36:21.519: INFO/ActivityManager(60): Starting activity: Intent {
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
flg=0x1020 cmp=HelloMapView.com/.HelloMapView }
09-04 11:36:21.989: ERROR/ActivityThread(254): Failed to find provider info
for com.google.settings
09-04 11:36:22.028: ERROR/ActivityThread(254): Failed to find provider info
for com.google.settings
09-04 11:36:22.469: WARN/MapActivity(254): Recycling dispatcher
com.google.googlenav.datarequest.datarequestdispatc...@43d0dce0
09-04 11:36:22.589: VERBOSE/MapActivity(254): Recycling map object.
09-04 11:36:23.818: INFO/MapActivity(254): Handling network change
notification:CONNECTED
09-04 11:36:23.879: ERROR/MapActivity(254): Couldn't get connection factory
client
09-04 11:36:24.729: INFO/ActivityManager(60): Displayed activity
HelloMapView.com/.HelloMapView: 3035 ms (total 3035 ms)

Please help!
-- 
Thanks and Regards
Ajmer Singh

-- 
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

Re: [android-developers] Tiles not showing up in android MapView

2010-09-06 Thread Mark Murphy
Either:

-- you have the wrong API key, or
-- you do not have the INTERNET permission, or
-- you do not have Internet access

On Mon, Sep 6, 2010 at 5:40 AM, Ajmer Singh ajmersing...@gmail.com wrote:
 Hi

 I want to use Mapview in my android app,problem is that i am not getting any
 map data(No Map tiles),it only shows grey lines. Plese let me know what i am
 doing wrong here,

 I am copying my Logcat Details here:

 09-04 11:36:21.519: INFO/ActivityManager(60): Starting activity: Intent {
 act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
 flg=0x1020 cmp=HelloMapView.com/.HelloMapView }
 09-04 11:36:21.989: ERROR/ActivityThread(254): Failed to find provider info
 for com.google.settings
 09-04 11:36:22.028: ERROR/ActivityThread(254): Failed to find provider info
 for com.google.settings
 09-04 11:36:22.469: WARN/MapActivity(254): Recycling dispatcher
 com.google.googlenav.datarequest.datarequestdispatc...@43d0dce0
 09-04 11:36:22.589: VERBOSE/MapActivity(254): Recycling map object.
 09-04 11:36:23.818: INFO/MapActivity(254): Handling network change
 notification:CONNECTED
 09-04 11:36:23.879: ERROR/MapActivity(254): Couldn't get connection factory
 client
 09-04 11:36:24.729: INFO/ActivityManager(60): Displayed activity
 HelloMapView.com/.HelloMapView: 3035 ms (total 3035 ms)

 Please help!
 --
 Thanks and Regards
 Ajmer Singh


 --
 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



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

Android Consulting: http://commonsware.com/consulting

-- 
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