Esri.Samples 1.0

930
1
07-26-2016 06:35 AM
MathanManohar
New Contributor III


Hi all,

I had installed with ArcGIS Runtime SDK for Qt 100.0.0, with this installation I found samples [Qt C++ Samples 100.0.0] are also installed. When I open the samples, I can see the import Esri.Samples 1.0 in qml part.

When I try to create an app on my own based the samples, Error shown for Esri.Samples 1.0 as QML NOT Found.

How to resolve this issue.

Thanks in advance.

Tags (2)
0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Esri.Samples 1.0 is the namespace registered in the sample's main.cpp. If you aren't using anything from that, you can remove the import from the QML. If you are using something from this class, then make sure to add it into the main.cpp.

0 Kudos