<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to support older Android Version with Qt 6.10!]]></title><description><![CDATA[<p dir="auto">Hi Guys,</p>
<p dir="auto">i have installed latest Qt 6.10, on Windows 11, want to develop an Android app.<br />
Everthings works (Voodoo!), I can run a Hello World App on an emulator, an mobile phone and tablet - mobile and tablet are running with Android 13.</p>
<p dir="auto">But how I can run the Android App under older mobiles, e.g. with Android 8?</p>
<p dir="auto">Support for mobile platform <a href="https://doc.qt.io/qt-6/supported-platforms.html#mobile-platforms" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/supported-platforms.html#mobile-platforms</a><br />
says Android 9 - 16 is supported with Qt 6.10 release.</p>
<p dir="auto">Watching here <a href="https://doc.qt.io/qt-6.5/supported-platforms.html#mobile-platforms" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6.5/supported-platforms.html#mobile-platforms</a><br />
says Android 8 - 15 is supported with Qt 6.5 LTS release.</p>
<p dir="auto">Sure I can install Qt 6.5 LTS, but support ends April 2026. No good idea to use 6.5 :-(</p>
<p dir="auto">When I check Creator's "Settings / SDKs / Android / SDK Manager" i can add missing packages for Android 8 (done):</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/599a76c5-d588-4187-8e9c-80c0c526fd54.png" alt="a9d6f915-7401-47f9-8001-bf73529fc4bc-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The top, "Android SDK Platform 36" was already installed and, I think, is used for my running HelloWorld App (Voodoo!).</p>
<p dir="auto">In the build settings I see following, API 28 means Android 9 (the minimum supported Android of Qt 6.10).</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/7c3bcda3-5bf6-41d3-9eaa-afb41a7938dc.png" alt="4deec0a7-3668-41a6-8ee9-7c14ca6656ce-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Later in the build setting I found:</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/f65df161-a4cb-416b-a740-b263966e33b0.png" alt="5b171b50-6147-4c5e-907b-6bc2998b8d24-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">but cannot change (right place?) !</p>
<p dir="auto">Is it even possible to create an app with Qt 6.10 for Android 8?<br />
What steps I have to do?</p>
<p dir="auto">And I am also confused about the SDK versions, API and so on.<br />
App is build with Android 16 (API 36) but runs on Android 13 (API 33) device. Maybe higher APIs include lower APIs.<br />
But when using a function/interface whatever from API 36 and run it on lower API 33 device, what happens?<br />
It's little confusing what Qt is doing there without any exactly documentation.</p>
<p dir="auto">I already gained experience with the first Qt to Android port years ago. But the description hasn't really improved.</p>
<p dir="auto">Thx for any answer!</p>
]]></description><link>https://forum.qt.io/topic/164263/how-to-support-older-android-version-with-qt-6.10</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 12:17:03 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164263.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Feb 2026 22:48:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to support older Android Version with Qt 6.10! on Tue, 24 Feb 2026 22:41:57 GMT]]></title><description><![CDATA[<p dir="auto">thx sierdzio,<br />
you are right... itÄs not worth to support Android 8.<br />
I  will use Qt 6.10... and unfortunately I cannot use my dusty old Android devices for development purposes.</p>
]]></description><link>https://forum.qt.io/post/836560</link><guid isPermaLink="true">https://forum.qt.io/post/836560</guid><dc:creator><![CDATA[jackmack]]></dc:creator><pubDate>Tue, 24 Feb 2026 22:41:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to support older Android Version with Qt 6.10! on Sat, 14 Feb 2026 15:27:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jackmack">@<bdi>jackmack</bdi></a> said in <a href="/post/836248">How to support older Android Version with Qt 6.10!</a>:</p>
<blockquote>
<p dir="auto">But how I can run the Android App under older mobiles, e.g. with Android 8?</p>
</blockquote>
<p dir="auto">Provide a different APK file for older versions, which will be built using Qt 6.5. For all higher versions, use Qt 6.10.</p>
<p dir="auto">But please think if you <strong>really</strong> need this - Android 8 only accounts for about 1,2 % of Android market at the moment. Perhaps trying to support it is not worth the hassle?</p>
<blockquote>
<p dir="auto">Is it even possible to create an app with Qt 6.10 for Android 8?<br />
What steps I have to do?</p>
</blockquote>
<p dir="auto">I don't think so, very likely not without some serious tweaking of Qt source code.</p>
<blockquote>
<p dir="auto">And I am also confused about the SDK versions, API and so on.<br />
App is build with Android 16 (API 36) but runs on Android 13 (API 33) device. Maybe higher APIs include lower APIs.<br />
But when using a function/interface whatever from API 36 and run it on lower API 33 device, what happens?<br />
It's little confusing what Qt is doing there without any exactly documentation.</p>
</blockquote>
<p dir="auto">This is not a Qt issue, this comes from Android itself and is well documented by Google, see for example: <a href="https://developer.android.com/studio/publish/versioning#minsdk" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.android.com/studio/publish/versioning#minsdk</a> and <a href="https://developer.android.com/guide/topics/manifest/uses-sdk-element" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.android.com/guide/topics/manifest/uses-sdk-element</a></p>
]]></description><link>https://forum.qt.io/post/836279</link><guid isPermaLink="true">https://forum.qt.io/post/836279</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Sat, 14 Feb 2026 15:27:44 GMT</pubDate></item></channel></rss>