Solved! Go to Solution.
mMapView = (MapView) findViewById(R.id.map); mMapView.addLayer( new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer")); mMapView.addLayer( new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer"));
mMapView = (MapView) findViewById(R.id.map); mMapView.addLayer( new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer")); mMapView.addLayer( new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer"));