最新のライブラリ バージョンに更新した後、マップをスクロールできなくなりました。機能する唯一のコントロールはズームイン/ズームアウトです。
this.mMapView = (MapView) findViewById(R.id.mapview);
this.mMapView.setUseSafeCanvas(true);
this.registerForContextMenu(mMapView);
this.mMapView.setBuiltInZoomControls(true);
this.mMapView.setMultiTouchControls(true);
this.mMapView.setClickable(true);
this.mMapView.setTileSource(TileSourceFactory.MAPNIK);