I want to create a mobile map package for consumption with the Runtime SDKs. I have a web map that I want to use:
http://latitudegeo.maps.arcgis.com/home/item.html?id=4180ee327474479a84d61ecadbd32c71
It is using a tiled service that is set up for export:
http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer
I opened the web map in ArcGIS Pro, and then used the "Create Mobile Map Package" Geoprocessing tool.
When I run it, I get the error:
The layer type is not supported in runtime content: USA/World Topographic Map (for Export)
Failed to execute (CreateMobileMapPackage).
I also tried adding a tpk directly to the map, but it doesn't look like you can do that.
So, clearly I'm doing something wrong. How do you get a tpk to be embedded in a mobile map package?