<?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[Why does we have problem with gradle? Do you have?]]></title><description><![CDATA[<p dir="auto">I get these messages:</p>
<p dir="auto">:-1: error: FAILURE: Build failed with an exception.</p>
<p dir="auto">:-1: error: * What went wrong:<br />
A problem occurred configuring root project 'android-build-appOmniUnitConverter'.</p>
<blockquote>
<p dir="auto">Could not resolve all artifacts for configuration 'classpath'.<br />
Could not find com.android.tools.build:gradle:9.0.0.<br />
:-1: error:      Searched in the following locations:<br />
- <a href="https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/9.0.0/gradle-9.0.0.pom" target="_blank" rel="noopener noreferrer nofollow ugc">https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/9.0.0/gradle-9.0.0.pom</a><br />
- <a href="https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/9.0.0/gradle-9.0.0.pom" target="_blank" rel="noopener noreferrer nofollow ugc">https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/9.0.0/gradle-9.0.0.pom</a><br />
Required by:<br />
buildscript of root project 'android-build-appOmniUnitConverter'</p>
</blockquote>
<ul>
<li>Try:</li>
</ul>
<blockquote>
<p dir="auto">Run with --stacktrace option to get the stack trace.<br />
Run with --info or --debug option to get more log output.<br />
Run with --scan to get full insights from a Build Scan (powered by Develocity).<br />
Get more help at <a href="https://help.gradle.org" target="_blank" rel="noopener noreferrer nofollow ugc">https://help.gradle.org</a>.</p>
</blockquote>
<p dir="auto">BUILD FAILED in 9s</p>
<p dir="auto">:-1: error: Building the android package failed!<br />
-- For more information, run this command with --verbose.</p>
]]></description><link>https://forum.qt.io/topic/164989/why-does-we-have-problem-with-gradle-do-you-have</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 17:49:43 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164989.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Aug 2026 19:15:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Why does we have problem with gradle? Do you have? on Mon, 10 Aug 2026 16:05:05 GMT]]></title><description><![CDATA[<pre><code>./gradlew clean build --refresh-dependencies
</code></pre>
]]></description><link>https://forum.qt.io/post/839639</link><guid isPermaLink="true">https://forum.qt.io/post/839639</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Mon, 10 Aug 2026 16:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Why does we have problem with gradle? Do you have? on Mon, 10 Aug 2026 15:59:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nils-sjoberg">@<bdi>Nils-Sjoberg</bdi></a> Thank you, Nils. How to use "--refresh-dependencies"? I tried again as always and now I got these errors:</p>
<pre><code>:-1: warning: Warning: Signing a debug or profile package.
:-1: error: FAILURE: Build failed with an exception.
:-1: error: * What went wrong:
A problem occurred configuring root project 'android-build-appOmniUnitConverter'.
&gt; Could not resolve all artifacts for configuration 'classpath'.
   &gt; Could not find com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta10/jetifier-core-1.0.0-beta10.pom
:-1: error:        - https://repo.maven.apache.org/maven2/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta10/jetifier-core-1.0.0-beta10.pom
     Required by:
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; androidx.databinding:databinding-compiler-common:9.0.0
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10
   &gt; Could not find com.android.tools.analytics-library:tracker:32.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/tools/analytics-library/tracker/32.0.0/tracker-32.0.0.pom
       - https://repo.maven.apache.org/maven2/com/android/tools/analytics-library/tracker/32.0.0/tracker-32.0.0.pom
     Required by:
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0
   &gt; Could not find com.android.tools.build:manifest-merger:32.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/manifest-merger/32.0.0/manifest-merger-32.0.0.pom
       - https://repo.maven.apache.org/maven2/com/android/tools/build/manifest-merger/32.0.0/manifest-merger-32.0.0.pom
     Required by:
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0
   &gt; Could not find com.android:zipflinger:9.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/zipflinger/9.0.0/zipflinger-9.0.0.pom
       - https://repo.maven.apache.org/maven2/com/android/zipflinger/9.0.0/zipflinger-9.0.0.pom
     Required by:
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0 &gt; com.android:signflinger:9.0.0
   &gt; Could not find com.android.tools.build:apksig:9.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/apksig/9.0.0/apksig-9.0.0.pom
       - https://repo.maven.apache.org/maven2/com/android/tools/build/apksig/9.0.0/apksig-9.0.0.pom
     Required by:
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0 &gt; com.android:signflinger:9.0.0
   &gt; Could not find com.android.tools.build:apkzlib:9.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/apkzlib/9.0.0/apkzlib-9.0.0.pom
       - https://repo.maven.apache.org/maven2/com/android/tools/build/apkzlib/9.0.0/apkzlib-9.0.0.pom
     Required by:
         buildscript of root project 'android-build-appOmniUnitConverter' &gt; com.android.tools.build:gradle:9.0.0 &gt; com.android.tools.build:builder:9.0.0

* 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 from a Build Scan (powered by Develocity).
&gt; Get more help at https://help.gradle.org.

BUILD FAILED in 15s
:-1: error: Building the android package failed!
  -- For more information, run this command with --verbose.

</code></pre>
]]></description><link>https://forum.qt.io/post/839638</link><guid isPermaLink="true">https://forum.qt.io/post/839638</guid><dc:creator><![CDATA[robys1234]]></dc:creator><pubDate>Mon, 10 Aug 2026 15:59:08 GMT</pubDate></item><item><title><![CDATA[Reply to Why does we have problem with gradle? Do you have? on Mon, 10 Aug 2026 07:32:36 GMT]]></title><description><![CDATA[<p dir="auto">The problem is almost always a network/proxy that prevents Gradle from downloading AGP 9.0.0 (the version itself is fine) — try running with --refresh-dependencies, and if that doesn't help, check/set the proxy in gradle.properties.</p>
]]></description><link>https://forum.qt.io/post/839627</link><guid isPermaLink="true">https://forum.qt.io/post/839627</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Mon, 10 Aug 2026 07:32:36 GMT</pubDate></item></channel></rss>