<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Simple Map Demo Crash in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635262#M3196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i opened the default example to show a simple map in ArcGIS for QT Quartz. The code is very simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #808000;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;QtQuick&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;2.3&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #808000;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;QtQuick.Controls&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;1.2&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="text-decoration: underline; font-size: 11px;"&gt;import Esri.ArcGISRuntime 100.0&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #800080;"&gt;ApplicationWindow&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;id&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;appWindow&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;width&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;800&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;height&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;600&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;title&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"TESTMAPANDRO"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;mapView&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;component&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;MapView&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;anchors.fill&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;parent&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Map&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;BasemapStreets&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This import seem have a error:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="text-decoration: underline; font-size: 11px;"&gt;import Esri.ArcGISRuntime 100.0

&lt;/SPAN&gt;if i runs the App with iOS works fine, if i run with Android the application is open and close and show this error:&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #0000aa; font-weight: 600;"&gt;Starting remote process.&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I/art ( 68): Explicit concurrent mark sweep GC freed 284(120KB) AllocSpace objects, 0(0B) LOS objects, 66% free, 1623KB/4MB, paused 455us total 41.516ms&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/ActivityManager( 336): Start proc 1623:com.mycompany.TESTMAPANDRO/u0a56 for activity com.mycompany.TESTMAPANDRO/org.qtproject.qt5.android.bindings.QtActivity&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/art ( 1623): Not late-enabling -Xcheck:jni (already on)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Gui.so: unused DT entry: type 0x1d arg 0x507ec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Widgets.so: unused DT entry: type 0x1d arg 0x6c222&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5OpenGL.so: unused DT entry: type 0x1d arg 0xbb9f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Network.so: unused DT entry: type 0x1d arg 0x11d02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Qml.so: unused DT entry: type 0x1d arg 0x32b73&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Quick.so: unused DT entry: type 0x1d arg 0x3d9a1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Xml.so: unused DT entry: type 0x1d arg 0x557c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Positioning.so: unused DT entry: type 0x1d arg 0x5b27&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Sensors.so: unused DT entry: type 0x1d arg 0x7be1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5QuickParticles.so: unused DT entry: type 0x1d arg 0x4b71&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtforandroid.so: unused DT entry: type 0x1d arg 0x920e&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/Qt ( 1623): qt start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqandroidbearer.so: unused DT entry: type 0x1d arg 0x1738&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtposition_android.so: unused DT entry: type 0x1d arg 0x1366&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/QtPositioning( 1623): Positioning start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtsensors_android.so: unused DT entry: type 0x1d arg 0x107d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/Qt ( 1623): Sensors start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/art ( 1623): Background partial concurrent mark sweep GC freed 2613(180KB) AllocSpace objects, 8(169KB) LOS objects, 40% free, 2MB/4MB, paused 11.398ms total 56.338ms&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libTESTMAPANDRO.so: unused DT entry: type 0xf arg 0x1580&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libTESTMAPANDRO.so: unused DT entry: type 0x6ffffffe arg 0x2650&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libTESTMAPANDRO.so: unused DT entry: type 0x6fffffff arg 0x1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/ ( 1623): (null):0 ((null)): Initializing application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/ ( 1623): HostConnection::get() New Host Connection established 0xb4b173b0, tid 1623&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/ ( 1623): HostConnection::get() New Host Connection established 0xb4b174c0, tid 1645&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtquick2plugin.so: unused DT entry: type 0x1d arg 0x4bd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtquickcontrolsplugin.so: unused DT entry: type 0x1d arg 0x424b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/TESTMAPANDRO( 1623): (null):0 ((null)): QQmlApplicationEngine failed to load component&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #aa0000;"&gt;W/TESTMAPANDRO( 1623): (null):0 ((null)): &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/discussion/qrc:/qml/main.qml:16" target="_blank"&gt;&lt;SPAN style="color: #007af4; text-decoration: underline;"&gt;qrc:/qml/main.qml:16&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #aa0000;"&gt; module "Esri.ArcGISRuntime" is not installed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/TESTMAPANDRO( 1623):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/TESTMAPANDRO( 1623): (null):0 ((null)): int main(int, char**) QObject(0x0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;E/TESTMAPANDRO( 1623): (null):0 ((null)): Error: Your root item has to be a Window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/Zygote ( 68): Process 1623 exited cleanly (255)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/ActivityManager( 336): Process com.mycompany.TESTMAPANDRO (pid 1623) has died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #aa0000; font-weight: 600;"&gt;&lt;/P&gt;&lt;P style="color: #aa0000; font-weight: 600;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-weight: 600; font-size: 11px;"&gt;"com.mycompany.TESTMAPANDRO" died.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: normal; font-size: 15px;"&gt;Could you please take a look?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:43:24 GMT</pubDate>
    <dc:creator>AntonioFiume</dc:creator>
    <dc:date>2021-12-12T16:43:24Z</dc:date>
    <item>
      <title>Simple Map Demo Crash</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635262#M3196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i opened the default example to show a simple map in ArcGIS for QT Quartz. The code is very simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #808000;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;QtQuick&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;2.3&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #808000;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;QtQuick.Controls&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;1.2&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="text-decoration: underline; font-size: 11px;"&gt;import Esri.ArcGISRuntime 100.0&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #800080;"&gt;ApplicationWindow&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;id&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;appWindow&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;width&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;800&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;height&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;600&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;title&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"TESTMAPANDRO"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;mapView&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;component&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;MapView&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;anchors.fill&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;parent&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Map&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;BasemapStreets&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 11px;"&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This import seem have a error:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="text-decoration: underline; font-size: 11px;"&gt;import Esri.ArcGISRuntime 100.0

&lt;/SPAN&gt;if i runs the App with iOS works fine, if i run with Android the application is open and close and show this error:&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #0000aa; font-weight: 600;"&gt;Starting remote process.&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I/art ( 68): Explicit concurrent mark sweep GC freed 284(120KB) AllocSpace objects, 0(0B) LOS objects, 66% free, 1623KB/4MB, paused 455us total 41.516ms&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/ActivityManager( 336): Start proc 1623:com.mycompany.TESTMAPANDRO/u0a56 for activity com.mycompany.TESTMAPANDRO/org.qtproject.qt5.android.bindings.QtActivity&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/art ( 1623): Not late-enabling -Xcheck:jni (already on)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Gui.so: unused DT entry: type 0x1d arg 0x507ec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Widgets.so: unused DT entry: type 0x1d arg 0x6c222&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5OpenGL.so: unused DT entry: type 0x1d arg 0xbb9f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Network.so: unused DT entry: type 0x1d arg 0x11d02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Qml.so: unused DT entry: type 0x1d arg 0x32b73&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Quick.so: unused DT entry: type 0x1d arg 0x3d9a1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Xml.so: unused DT entry: type 0x1d arg 0x557c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Positioning.so: unused DT entry: type 0x1d arg 0x5b27&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5Sensors.so: unused DT entry: type 0x1d arg 0x7be1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libQt5QuickParticles.so: unused DT entry: type 0x1d arg 0x4b71&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtforandroid.so: unused DT entry: type 0x1d arg 0x920e&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/Qt ( 1623): qt start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqandroidbearer.so: unused DT entry: type 0x1d arg 0x1738&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtposition_android.so: unused DT entry: type 0x1d arg 0x1366&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/QtPositioning( 1623): Positioning start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtsensors_android.so: unused DT entry: type 0x1d arg 0x107d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/Qt ( 1623): Sensors start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/art ( 1623): Background partial concurrent mark sweep GC freed 2613(180KB) AllocSpace objects, 8(169KB) LOS objects, 40% free, 2MB/4MB, paused 11.398ms total 56.338ms&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libTESTMAPANDRO.so: unused DT entry: type 0xf arg 0x1580&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libTESTMAPANDRO.so: unused DT entry: type 0x6ffffffe arg 0x2650&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libTESTMAPANDRO.so: unused DT entry: type 0x6fffffff arg 0x1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/ ( 1623): (null):0 ((null)): Initializing application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/ ( 1623): HostConnection::get() New Host Connection established 0xb4b173b0, tid 1623&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/ ( 1623): HostConnection::get() New Host Connection established 0xb4b174c0, tid 1645&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtquick2plugin.so: unused DT entry: type 0x1d arg 0x4bd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): libqtquickcontrolsplugin.so: unused DT entry: type 0x1d arg 0x424b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/linker ( 1623): Unsupported flags DT_FLAGS_1=0x81&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/TESTMAPANDRO( 1623): (null):0 ((null)): QQmlApplicationEngine failed to load component&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&lt;SPAN style="color: #aa0000;"&gt;W/TESTMAPANDRO( 1623): (null):0 ((null)): &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/discussion/qrc:/qml/main.qml:16" target="_blank"&gt;&lt;SPAN style="color: #007af4; text-decoration: underline;"&gt;qrc:/qml/main.qml:16&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #aa0000;"&gt; module "Esri.ArcGISRuntime" is not installed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;W/TESTMAPANDRO( 1623):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;D/TESTMAPANDRO( 1623): (null):0 ((null)): int main(int, char**) QObject(0x0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-size: 11px;"&gt;E/TESTMAPANDRO( 1623): (null):0 ((null)): Error: Your root item has to be a Window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/Zygote ( 68): Process 1623 exited cleanly (255)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11px;"&gt;I/ActivityManager( 336): Process com.mycompany.TESTMAPANDRO (pid 1623) has died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #aa0000; font-weight: 600;"&gt;&lt;/P&gt;&lt;P style="color: #aa0000; font-weight: 600;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-weight: 600; font-size: 11px;"&gt;"com.mycompany.TESTMAPANDRO" died.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: normal; font-size: 15px;"&gt;Could you please take a look?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635262#M3196</guid>
      <dc:creator>AntonioFiume</dc:creator>
      <dc:date>2021-12-12T16:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Demo Crash</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635263#M3197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this problem is only when i selects the Android Deploy. In fact when i selects the Andorid deploy from QT Creator, the Map link in the editor appear in red underline. If i select Desktop deploy the underline disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the massage:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/263311_Screen Shot 2016-11-14 at 10.03.41 AM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/263330_Screen Shot 2016-11-14 at 10.03.51 AM.png" style="width: 620px; height: 315px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="/legacyfs/online/263331_Screen Shot 2016-11-14 at 10.05.48 AM.png" style="width: 620px; height: 129px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 09:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635263#M3197</guid>
      <dc:creator>AntonioFiume</dc:creator>
      <dc:date>2016-11-14T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Demo Crash</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635264#M3198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved installing again the SDK &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 10:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635264#M3198</guid>
      <dc:creator>AntonioFiume</dc:creator>
      <dc:date>2016-11-14T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Demo Crash</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635265#M3199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you got it going. For future reference, try simply re-running the Post Installer instead of reinstalling the whole SDK. This utility copies the binaries and other files from the SDK installation into your Qt installation. The red squiggly lines indicate that the QML plugin wasn't present in the Qt installation, and so Qt Creator is complaining that it could not find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 16:10:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/simple-map-demo-crash/m-p/635265#M3199</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-11-22T16:10:07Z</dc:date>
    </item>
  </channel>
</rss>

