<?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 Android SDK version in APK in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836583#M2444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AppStudio team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to deploy an app to the Google Play store. This app replaces an existing app made by a different developer over a year ago.&lt;/P&gt;&lt;P&gt;I have got all the way to the last step where I want to publish the app into production, and I'm getting an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's saying that the apk's (that came out of CloudMake) are targeting SDK 16, and is rejecting it because it needs to target SDK 23 or higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The app is built using AppStudio 2.x and Runtime v100.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why this is happening and what to do to get the apk targeting the higher version? Is there something I can do to the APK files, or is this a change that would need to happen on the build servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2018 18:49:00 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-05-10T18:49:00Z</dc:date>
    <item>
      <title>Android SDK version in APK</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836583#M2444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AppStudio team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to deploy an app to the Google Play store. This app replaces an existing app made by a different developer over a year ago.&lt;/P&gt;&lt;P&gt;I have got all the way to the last step where I want to publish the app into production, and I'm getting an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's saying that the apk's (that came out of CloudMake) are targeting SDK 16, and is rejecting it because it needs to target SDK 23 or higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The app is built using AppStudio 2.x and Runtime v100.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why this is happening and what to do to get the apk targeting the higher version? Is there something I can do to the APK files, or is this a change that would need to happen on the build servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836583#M2444</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-05-10T18:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK version in APK</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836584#M2445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reaching out. This requires a more involved discussion than a geonet reply.&lt;/P&gt;&lt;P&gt;You can reach out the support for similar issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch out for a reply from us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Siddesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 19:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836584#M2445</guid>
      <dc:creator>SiddeshPillai1</dc:creator>
      <dc:date>2018-05-10T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK version in APK</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836585#M2446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Siddesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After chatting with Sathya this morning, we were able to establish that AppStudio v3.0 is already set to target SDK23 for android, so submitting the build through v3.0 achieves what I need for Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a way to manually set this target sdk version information for android in the appinfo.json file, but only 3.0 seems to honour the setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 22:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836585#M2446</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-05-10T22:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Android SDK version in APK</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836586#M2447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hi Paul,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;FYI. Behavior changes listed in the below docs apply to your app when you set the targetSdkVersion to 23+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;targetSdk:23&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A href="https://developer.android.com/about/versions/marshmallow/android-6.0-changes"&gt;https://developer.android.com/about/versions/marshmallow/android-6.0-changes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;24:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A href="https://developer.android.com/about/versions/nougat/android-7.0-changes"&gt;https://developer.android.com/about/versions/nougat/android-7.0-changes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;26:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A href="https://developer.android.com/about/versions/oreo/android-8.0-changes"&gt;https://developer.android.com/about/versions/oreo/android-8.0-changes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;For e.g., Once the targetSdkVersion is set to 23+, apps need to support the new Android permission model, where users can directly manage app permissions at runtime. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;This is already handled in AppFramework (AppStudio 3.0) and Qt Framework (Qt5.10.0 used in AppStudio 3.0).&amp;nbsp; AppStudio 2.x does not support the Android runtime permission model. So, using AppStudio 3.0 would be the way to go.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Shobana &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 02:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/android-sdk-version-in-apk/m-p/836586#M2447</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2018-05-11T02:15:06Z</dc:date>
    </item>
  </channel>
</rss>

