I\'m trying to implement new Android Google Maps API (v2). However it doesn\'t seem to go well with SlidingMenu. As you may know, MapFragment implementation is
MapFragment
try adding..
getHolder().setFormat(PixelFormat.TRANSLUCENT);
to your SurfaceView's constructor. The TextureView should also work, but will require you to drop support for sub api 14 devices.