<?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[Setting up android development environment on Arch Linux]]></title><description><![CDATA[<p dir="auto">I tried it for several hours but still no luck. I installed required modules and created new android project. Firstly i was getting:</p>
<pre><code>General error during conversion: Unsupported class file major version 63
</code></pre>
<p dir="auto">error. After that I changed gradle version to 8.0.1 in <strong>gradle-wrapper.properties</strong> file:</p>
<pre><code>distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
</code></pre>
<p dir="auto">The file under &lt;build_folder&gt;/android-build/gradle/wrapper/.<br />
Now I am getting :</p>
<pre><code>FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':packageDebug'.
&gt; Could not create task ':mergeDebugAssets'.
   &gt; Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
</code></pre>
<p dir="auto">I dont understand most of terms and im completly blank at this point.  At this points, it suggests:</p>
<pre><code>* Try:
&gt; Run with --stacktrace option to get the stack trace.
&gt; Run with --info or --debug option to get more log output.
&gt; Run with --scan to get full insights.
</code></pre>
<p dir="auto">But I dont know what will i run with these options.</p>
<p dir="auto">Any suggestions to configure qt for mobile development?</p>
]]></description><link>https://forum.qt.io/topic/143261/setting-up-android-development-environment-on-arch-linux</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 10:58:54 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/143261.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Feb 2023 12:23:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Setting up android development environment on Arch Linux on Mon, 27 Feb 2023 10:19:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcarl">@<bdi>mcarl</bdi></a> Now i tried on ubuntu 20.04 on virtual machine. After several try, i can build android programs.<br />
Still no luck for arch.</p>
]]></description><link>https://forum.qt.io/post/749252</link><guid isPermaLink="true">https://forum.qt.io/post/749252</guid><dc:creator><![CDATA[mcarl]]></dc:creator><pubDate>Mon, 27 Feb 2023 10:19:23 GMT</pubDate></item></channel></rss>