I will check out the SDK and see if I can reproduce. This was the LogCat of the error : Essentially I was trying to extend a map overlay, and draw the location circle on the screen.
09-12 00:50:35.825: ERROR/AndroidRuntime(5769): Uncaught handler: thread main exiting due to uncaught exception 09-12 00:50:35.865: ERROR/AndroidRuntime(5769): java.lang.ClassCastException: android.graphics.drawable.BitmapDrawable 09-12 00:50:35.865: ERROR/AndroidRuntime(5769): at com.google.android.maps.MyLocationOverlay.getLocationDot (MyLocationOverlay. java:180) 09-12 00:50:35.865: ERROR/AndroidRuntime(5769): at com.google.android.maps.MyLocationOverlay.drawMyLocation (MyLocationOverlay. java:561) 09-12 00:50:35.865: ERROR/AndroidRuntime(5769): at com.froogloid.android.gspot.savemaplocation $MyLocationOverlay1.drawMyLocati on(savemaplocation.java:472) 09-12 00:50:35.865: ERROR/AndroidRuntime(5769): at com.google.android.maps.MyLocationOverlay.draw(MyLocationOverlay.java: 511) 09-12 00:50:35.865: ERROR/AndroidRuntime(5769): at com.google.android.maps.OverlayBundle.draw(OverlayBundle.java:45) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

