<?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 Re: Display scenes in augmented reality in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566016#M3861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;This solution did not help.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Unless you need to make changes to the toolkit, you don't need to include it as a local module like so:&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; border: 0px;"&gt;implementation project(&lt;SPAN style="color: #6a8759; border: 0px; font-weight: inherit;"&gt;path&lt;/SPAN&gt;: &lt;SPAN style="color: #6a8759; border: 0px; font-weight: inherit;"&gt;':arcgis-android-toolkit-100.6.0'&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;What I would recommend is removing that line and adding the following:&lt;/P&gt;&lt;PRE style="color: #839496; background-color: #002b36; font-size: 9.0pt;"&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"com.esri.arcgisruntime:arcgis-android-toolkit:100.6.0"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1fHSZfU4nYdku8M4VlUHILXMFFmNXk_sS/view?usp=sharing"&gt;Source project&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2019 16:17:41 GMT</pubDate>
    <dc:creator>AlexanderKulikov</dc:creator>
    <dc:date>2019-10-28T16:17:41Z</dc:date>
    <item>
      <title>Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566014#M3859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi!&lt;/P&gt;&lt;P&gt;An error occurs from the&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/navigate-in-ar" rel="nofollow noopener noreferrer" target="_blank"&gt;example&lt;/A&gt;.&amp;nbsp;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/467794_Аннотация 2019-10-25 202448.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dependencies {
    implementation fileTree(&lt;SPAN style="color: #6a8759;"&gt;dir&lt;/SPAN&gt;: &lt;SPAN style="color: #6a8759;"&gt;'libs'&lt;/SPAN&gt;, &lt;SPAN style="color: #6a8759;"&gt;include&lt;/SPAN&gt;: [&lt;SPAN style="color: #6a8759;"&gt;'*.jar'&lt;/SPAN&gt;])
    implementation &lt;SPAN style="color: #6a8759;"&gt;'androidx.appcompat:appcompat:1.0.2'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'androidx.constraintlayout:constraintlayout:1.1.3'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;testImplementation &lt;SPAN style="color: #6a8759;"&gt;'junit:junit:4.12'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;androidTestImplementation &lt;SPAN style="color: #6a8759;"&gt;'androidx.test.ext:junit:1.1.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;androidTestImplementation &lt;SPAN style="color: #6a8759;"&gt;'androidx.test.espresso:espresso-core:3.1.1'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.esri.arcgisruntime:arcgis-android:100.6.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation project(&lt;SPAN style="color: #6a8759;"&gt;path&lt;/SPAN&gt;: &lt;SPAN style="color: #6a8759;"&gt;':arcgis-android-toolkit-100.6.0'&lt;/SPAN&gt;)

    implementation &lt;SPAN style="color: #6a8759;"&gt;'org.apache.directory.studio:org.apache.commons.lang:2.6'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.google.code.gson:gson:2.8.4'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.android.support:appcompat-v7:28.0.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.android.support.constraint:constraint-layout:1.0.2'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.android.support:design:28.0.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.android.support:support-v4:28.0.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.google.ar.sceneform.ux:sceneform-ux:1.12.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;// Alternatively, use ArSceneView without the UX dependency.
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;'com.google.ar.sceneform:core:1.12.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;annotationProcessor &lt;SPAN style="color: #6a8759;"&gt;"androidx.lifecycle:lifecycle-compiler:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;"androidx.lifecycle:lifecycle-runtime:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;"androidx.lifecycle:lifecycle-extensions:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #6a8759;"&gt;"androidx.lifecycle:lifecycle-common-java8:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;
&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566014#M3859</guid>
      <dc:creator>AlexanderKulikov</dc:creator>
      <dc:date>2021-12-12T00:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566015#M3860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/345651"&gt;Alexander Kulikov&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind sharing your whole project with us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The build.gradle file looks to be mixing androidx dependencies and legacy support dependencies, this may be causing the issue you are seeing.&amp;nbsp;You've also included some dependencies that will be transitively included by the toolkit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's try and get the build.gradle file dependencies in order first before we chase down the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you need to make changes to the toolkit, you don't need to include it as a local module like so:&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; border: 0px;"&gt;implementation project(&lt;SPAN style="color: #6a8759; border: 0px; font-weight: inherit;"&gt;path&lt;/SPAN&gt;: &lt;SPAN style="color: #6a8759; border: 0px; font-weight: inherit;"&gt;':arcgis-android-toolkit-100.6.0'&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;What I would recommend is removing that line and adding the following:&lt;/P&gt;&lt;PRE style="color: #839496; background-color: #002b36; font-size: 9.0pt;"&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"com.esri.arcgisruntime:arcgis-android-toolkit:100.6.0"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also see the Toolkit Repo for instructions of how to use the components:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-android" title="https://github.com/Esri/arcgis-runtime-toolkit-android"&gt;GitHub - Esri/arcgis-runtime-toolkit-android: ArcGIS Runtime SDK for Android Toolkit&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 15:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566015#M3860</guid>
      <dc:creator>LukeDuncan1</dc:creator>
      <dc:date>2019-10-28T15:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566016#M3861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;This solution did not help.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Unless you need to make changes to the toolkit, you don't need to include it as a local module like so:&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; border: 0px;"&gt;implementation project(&lt;SPAN style="color: #6a8759; border: 0px; font-weight: inherit;"&gt;path&lt;/SPAN&gt;: &lt;SPAN style="color: #6a8759; border: 0px; font-weight: inherit;"&gt;':arcgis-android-toolkit-100.6.0'&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;What I would recommend is removing that line and adding the following:&lt;/P&gt;&lt;PRE style="color: #839496; background-color: #002b36; font-size: 9.0pt;"&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"com.esri.arcgisruntime:arcgis-android-toolkit:100.6.0"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1fHSZfU4nYdku8M4VlUHILXMFFmNXk_sS/view?usp=sharing"&gt;Source project&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 16:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566016#M3861</guid>
      <dc:creator>AlexanderKulikov</dc:creator>
      <dc:date>2019-10-28T16:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566017#M3862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/345651" target="_blank"&gt;Alexander Kulikov&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pulled down the project you have supplied and it appears to be building correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clean and rebuild the project by&amp;nbsp;executing the following in Android Studio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Build -&amp;gt; Clean Project&lt;/LI&gt;&lt;LI&gt;Build -&amp;gt; Rebuild Project&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also change your dependencies to match the following:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dependencies {
    implementation fileTree(&lt;SPAN style="color: #859900;"&gt;dir&lt;/SPAN&gt;: &lt;SPAN style="color: #2aa198;"&gt;'libs'&lt;/SPAN&gt;, &lt;SPAN style="color: #859900;"&gt;include&lt;/SPAN&gt;: [&lt;SPAN style="color: #2aa198;"&gt;'*.jar'&lt;/SPAN&gt;])
    implementation &lt;SPAN style="color: #2aa198;"&gt;'androidx.appcompat:appcompat:1.0.2'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;'androidx.constraintlayout:constraintlayout:1.1.3'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;testImplementation &lt;SPAN style="color: #2aa198;"&gt;'junit:junit:4.12'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;androidTestImplementation &lt;SPAN style="color: #2aa198;"&gt;'androidx.test.ext:junit:1.1.0'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;androidTestImplementation &lt;SPAN style="color: #2aa198;"&gt;'androidx.test.espresso:espresso-core:3.1.1'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"com.esri.arcgisruntime:arcgis-android-toolkit:100.6.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;'org.apache.directory.studio:org.apache.commons.lang:2.6'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;'com.google.code.gson:gson:2.8.4'
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;annotationProcessor &lt;SPAN style="color: #2aa198;"&gt;"androidx.lifecycle:lifecycle-compiler:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"androidx.lifecycle:lifecycle-runtime:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"androidx.lifecycle:lifecycle-extensions:2.0.0"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;implementation &lt;SPAN style="color: #2aa198;"&gt;"androidx.lifecycle:lifecycle-common-java8:2.0.0"
&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;I have removed the ArcGIS Runtime Android SDK dependency as it is a transitive dependency of the Toolkit. This&amp;nbsp;helps ensure that you use the correct version with the Toolkit.&lt;/LI&gt;&lt;LI&gt;I have removed the Sceneform dependencies as they are also transitive dependencies of the Toolkit, this will ensure you are using the correct versions that the Toolkit is also using.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566017#M3862</guid>
      <dc:creator>LukeDuncan1</dc:creator>
      <dc:date>2021-12-12T00:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566018#M3863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Luke!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Сlean up and rebuild the project did not help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you click on the button "NAV_BUTTON" crashes with the same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="448" src="https://community.esri.com/legacyfs/online/469723_Screenshot_2019-10-29-20-52-01-788_com.example.ar_arcore_gis.png" width="207" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Google ArCore is installed on the phone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Thanks for the answer!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2019 15:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566018#M3863</guid>
      <dc:creator>AlexanderKulikov</dc:creator>
      <dc:date>2019-10-29T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566019#M3864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide me with the device you are using and what version of Android it is running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tapped the button and received a different error related to a layout inflation when running on OnePlus 7 Pro running Android 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check that this section in&amp;nbsp;&lt;SPAN style="color: #339966;"&gt;activity_ar.xml&lt;/SPAN&gt;&amp;nbsp;is fixed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #586e75;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #268bd2; font-weight: bold;"&gt;include
&lt;/SPAN&gt;&lt;SPAN style="color: #268bd2; font-weight: bold;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;layout&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="@layout/layout_calibration_controls"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:layout_constraintBottom_toTopOf&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="@+id/calibrateButton"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:layout_constraintStart_toStartOf&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:layout_constraintEnd_toEndOf&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:visibility&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="gone"&lt;/SPAN&gt;&lt;SPAN style="color: #586e75;"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Note the &lt;SPAN style="color: #339966;"&gt;@layout&lt;/SPAN&gt; added to the &lt;SPAN style="color: #339966;"&gt;layout&lt;/SPAN&gt; tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566019#M3864</guid>
      <dc:creator>LukeDuncan1</dc:creator>
      <dc:date>2021-12-12T00:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566020#M3865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luke!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Replaced with this markup and everything worked!&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #586e75;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #268bd2; font-weight: bold;"&gt;include
&lt;/SPAN&gt;&lt;SPAN style="color: #268bd2; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;layout&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="@layout/layout_calibration_controls"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:layout_constraintBottom_toTopOf&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="@+id/calibrateButton"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:layout_constraintStart_toStartOf&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:layout_constraintEnd_toEndOf&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #6c71c4;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #657b83;"&gt;:visibility&lt;/SPAN&gt;&lt;SPAN style="color: #2aa198;"&gt;="gone"&lt;/SPAN&gt;&lt;SPAN style="color: #586e75;"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566020#M3865</guid>
      <dc:creator>AlexanderKulikov</dc:creator>
      <dc:date>2021-12-12T00:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display scenes in augmented reality</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566021#M3866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Glad I could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2019 17:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/display-scenes-in-augmented-reality/m-p/566021#M3866</guid>
      <dc:creator>LukeDuncan1</dc:creator>
      <dc:date>2019-10-29T17:00:02Z</dc:date>
    </item>
  </channel>
</rss>

