Hi,
I am using QT 5.14.2 and Arcgis 100.8. I am trying to run the Offline Routing sample code. I downloaded the san_diego.zip folder from
https://arcgisruntime.maps.arcgis.com/home/item.html?id=567e14f3420d40c5a206e5c0284cf8fc
unzipped and Placed it in
C:\Users\Administrator\ArcGIS\Runtime\Data\tpk\san_diego
The application is built successfully. However when I run it. The map does not load and neither do I get the warning msg:
qWarning() << "Please download required data.";
Hence I am placing the map files at the correct location.
On running the application I get output as follows:

I have also tried another sample OpenMobileScenePackage wherein I placed the .mspk files in the same Runtime directory and this sample loads the map correctly.
Can anyone figure out what is the issue in loading the map files from the local location in the Offline routing sample. Is there any step I am missing ??