[android-developers] Re: MapView showing as black screen after upgrade to 1.5

2009-05-02 Thread Derek
Thanks JP, looks like MyLocationOverlay.enableCompass() is the culprit. Commenting out that call is allowing the view to display. On May 2, 1:02 am, JP wrote: > Check if your app might be stuck in your overridden > MapActivity.onCreate(). > I had that problem and shuffle things in onCreate() a

[android-developers] Re: MapView showing as black screen after upgrade to 1.5

2009-05-01 Thread JP
Check if your app might be stuck in your overridden MapActivity.onCreate(). I had that problem and shuffle things in onCreate() around. Once onCreated() completes, the map showed as had been. On May 1, 10:19 pm, Derek wrote: > Has anyone seen their MapView which was working in 1.1 displaying