<?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: Problem to build app from tutorial &amp;quot;Display a map&amp;quot; in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1111078#M5634</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for pointing this out. Yes, the internal changes at 100.12 require packing options to exclude `&lt;SPAN&gt;META-INF/DEPENDENCIES`. We will update the tutorial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can include the packaging options in you build.gradle file as below,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;packagingOptions {
   exclude 'META-INF/DEPENDENCIES'
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Thanks&lt;BR /&gt;Rama&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 23:38:44 GMT</pubDate>
    <dc:creator>RamaChintapalli</dc:creator>
    <dc:date>2021-10-25T23:38:44Z</dc:date>
    <item>
      <title>Problem to build app from tutorial "Display a map"</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1105183#M5619</link>
      <description>&lt;P&gt;Colleagues,&lt;/P&gt;&lt;P&gt;I'm trying to follow the tutorial "&lt;STRONG&gt;Display a map&lt;/STRONG&gt;" (&lt;A href="https://developers.arcgis.com/android/maps-2d/tutorials/display-a-map/" target="_self"&gt;https://developers.arcgis.com/android/maps-2d/tutorials/display-a-map/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;When running the app, I get the following error message.&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;2 files found with path 'META-INF/DEPENDENCIES'.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Adding a packagingOptions block may help, please refer to &lt;/EM&gt;&lt;EM&gt;&lt;A href="https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html" target="_blank" rel="noopener"&gt;https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;for more information&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24649i9ACE7F55E5D1EF89/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen.png" alt="Screen.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Software used: Android Studio&lt;/P&gt;&lt;P&gt;My Project:&lt;BR /&gt;&lt;A href="https://img.drsolutions.com.br/esri/Displayamap.zip" target="_self"&gt;https://img.drsolutions.com.br/esri/Displayamap.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My project files:&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;build.gradle (Project Display a map)&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;// Top-level build file where you can add configuration options common to all sub-projects/modules.&lt;BR /&gt;buildscript {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; repositories {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; google()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; mavenCentral()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dependencies {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; classpath "com.android.tools.build:gradle:7.0.2"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;task clean(type: Delete) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; delete rootProject.buildDir&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;build.gradle (:app)&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;plugins {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id 'com.android.application'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id 'kotlin-android'&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;android {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compileSdk 31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; defaultConfig {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; applicationId "com.example.app"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; minSdk 23&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; targetSdk 31&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; versionCode 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; versionName "1.0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; buildTypes {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; release {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; minifyEnabled false&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compileOptions {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; sourceCompatibility JavaVersion.VERSION_1_8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; targetCompatibility JavaVersion.VERSION_1_8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp; kotlinOptions {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; jvmTarget = '1.8'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; buildFeatures {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; viewBinding true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;dependencies {&lt;/P&gt;&lt;P&gt;implementation 'androidx.core:core-ktx:1.6.0'&lt;BR /&gt;implementation 'androidx.appcompat:appcompat:1.3.1'&lt;BR /&gt;implementation 'com.google.android.material:material:1.4.0'&lt;BR /&gt;implementation 'androidx.constraintlayout:constraintlayout:2.1.1'&lt;BR /&gt;testImplementation 'junit:junit:4.13.2'&lt;BR /&gt;androidTestImplementation 'androidx.test.ext:junit:1.1.3'&lt;BR /&gt;androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'&lt;BR /&gt;implementation 'com.esri.arcgisruntime:arcgis-android:100.12.0'&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;What can I do?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Diego&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 14:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1105183#M5619</guid>
      <dc:creator>DiegoMendes_Rodrigues</dc:creator>
      <dc:date>2021-10-06T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to build app from tutorial "Display a map"</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1109170#M5631</link>
      <description>&lt;P&gt;I'm having the same issue with 100.12. It was working fine on 100.10.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/56184"&gt;@DiegoMendes_Rodrigues&lt;/a&gt;&amp;nbsp;were you able to resolve the issue?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 12:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1109170#M5631</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-10-20T12:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to build app from tutorial "Display a map"</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1111078#M5634</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for pointing this out. Yes, the internal changes at 100.12 require packing options to exclude `&lt;SPAN&gt;META-INF/DEPENDENCIES`. We will update the tutorial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can include the packaging options in you build.gradle file as below,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;packagingOptions {
   exclude 'META-INF/DEPENDENCIES'
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Thanks&lt;BR /&gt;Rama&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 23:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1111078#M5634</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2021-10-25T23:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to build app from tutorial "Display a map"</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1117612#M5650</link>
      <description>&lt;P&gt;Hi Rama,&lt;/P&gt;&lt;P&gt;add packagingOptions in gradle make issue while app is running the map get&amp;nbsp; flicker black screen&amp;nbsp; when users touch the screen it happen with specific tablets any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 09:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/problem-to-build-app-from-tutorial-quot-display-a/m-p/1117612#M5650</guid>
      <dc:creator>Mohamedabdelnaby</dc:creator>
      <dc:date>2021-11-17T09:27:18Z</dc:date>
    </item>
  </channel>
</rss>

