On Dec 7, 12:04 pm, "[email protected]" <[email protected]> wrote: > <com.google.android.maps.MapView > android:id="@+id/myMapView" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:apiKey="my_debug_key" > />
Just to double check the obvious - did you replace "my_debug_key" with a registered Maps API key as per the instructions? In that case I think you get a blank map with no tiles, but not a crash. If you do not extend MapActivity you get a specific message about that error in my experience. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

