Hi, I am also doing the same thing and for me its working fine.
mapView = (MapView) findViewById(R.id.maps); mapView.setBuiltInZoomControls(true); What error are you getting ? Check Logcat... Thanks On Nov 29, 2:43 am, powersil <[email protected]> wrote: > hi, > new in android - and starting to play with the tutorial's. > i tried the helloMap - and the map is going up nicely - but when im > adding this: > > mapView.setBuiltInZoomControls(true); > where mapView is a findViewbyId(R.id.mapview); > > it doesn't work. -- i get an error STOPPED UNEXPECTEDLY... > > any suggestions? > > im coping the code 1by1 from the toturial , including the layout file > and manifest > (as i said - without the zoom cntrol - it works fine) -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

