<?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[Problem in setting up android with qt 6.11]]></title><description><![CDATA[<p dir="auto">Hi everyone,<br />
I am struggling to configure the Android development environment in Qt 6.11 using Qt Creator. The settings panel is showing a mix of green checkmarks and red X marks, and I cannot seem to bypass it.</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/2570150a-a862-4e86-898e-31391ed1d7c1.png" alt="afeab27a-4d8b-4f2d-b55b-9b204d43a214-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, SDK manager shows nothing<br />
<img src="https://ddgobkiprc33d.cloudfront.net/c9be194e-699e-4bb5-8406-9195d55fcfba.png" alt="f175c26b-14d8-4b14-883c-bfb1f256a9b1-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Despite the tool working flawless natively, Qt Creator refuses to recognize that it runs, which in turn blocks it from detecting the Platform SDK or downloading essential packages. I have already tried resetting the SDK path fields inside the UI to clear the cache, but the error persists.<br />
Has anyone encountered this specific parser or execution block in Qt Creator?</p>
<p dir="auto">Any guidance would be greatly appreciated!</p>
]]></description><link>https://forum.qt.io/topic/165083/problem-in-setting-up-android-with-qt-6.11</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 10:50:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/165083.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Sep 2026 07:30:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem in setting up android with qt 6.11 on Fri, 11 Sep 2026 19:03:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Sounds like you have encountered the same situation as described in <a href="https://qt-project.atlassian.net/browse/QTCREATORBUG-34905" target="_blank" rel="noopener noreferrer nofollow ugc">QTCREATORBUG-34905</a> which is fixed for 20.0.2. If you want you can use the <a href="https://download.qt.io/snapshots/qtcreator/20.0/20.0.2/664/" target="_blank" rel="noopener noreferrer nofollow ugc">snapshot</a>.<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/ekkescorner">@<bdi>ekkescorner</bdi></a> <a href="https://forum.qt.io/post/840104">confirmed it works</a>.</p>
]]></description><link>https://forum.qt.io/post/840107</link><guid isPermaLink="true">https://forum.qt.io/post/840107</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 11 Sep 2026 19:03:49 GMT</pubDate></item><item><title><![CDATA[Reply to Problem in setting up android with qt 6.11 on Fri, 11 Sep 2026 11:24:22 GMT]]></title><description><![CDATA[<p dir="auto">Solved! for anyone else who hits this:</p>
<p dir="auto">Root cause: Google's latest Command-line Tools replaced sdkmanager with a new "Android CLI" wrapper. Running sdkmanager --version now prints a deprecation warning and a version like 1.0.16261425 (Android CLI) instead of the old-style number. Qt Creator can't parse that new format, so it reports "Command-line Tools runs" as failed — which also blocks Platform SDK detection and package installation.</p>
<p dir="auto">Fix: downgrade to an older build.</p>
<p dir="auto">Delete &lt;SDK&gt;/cmdline-tools/latest<br />
Download: <a href="https://dl.google.com/android/repository/commandlinetools-win-11076708_latest.zip" target="_blank" rel="noopener noreferrer nofollow ugc">https://dl.google.com/android/repository/commandlinetools-win-11076708_latest.zip</a><br />
Extract, rename the cmdline-tools folder to latest, place at &lt;SDK&gt;/cmdline-tools/latest<br />
Confirm sdkmanager.bat --version shows a plain number (not "Android CLI")<br />
Re-open Qt Creator's Android settings and hit Update - all checks pass</p>
]]></description><link>https://forum.qt.io/post/840097</link><guid isPermaLink="true">https://forum.qt.io/post/840097</guid><dc:creator><![CDATA[fireheart071]]></dc:creator><pubDate>Fri, 11 Sep 2026 11:24:22 GMT</pubDate></item></channel></rss>