Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [gradle]

Gradle is a project build automation tool that uses a Groovy DSL. Gradle build scripts support Maven and Ivy repositories as well as plain file system for dependency management.

0 votes
0 answers
13 views

Build issue: Conflicts with Google Protobuf dependency with existing Firebase dependencies

Facing Issue when adding - implementation 'com.google.cloud:google-cloud-vision:3.44.0' library in gradle facing error as shown in image Gradle Error code below - Caused by: java.lang....
Nitesh Chauhan's user avatar
1 vote
0 answers
24 views

After spring-boot update pom resolution failed

I updated the spring-boot version from 3.0.5 to 3.3.2. I am working with gradle 8.9 springBootVersion=3.3.2 dependencyManagementVersion=1.1.6 After that I sporadically get a lot of error messages ...
Tony's user avatar
  • 418
0 votes
1 answer
27 views

Could not determine the dependencies of task ':app:processDebugManifest' (FLUTTER)

I get this error when running my flutter application. `FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugManifest'. Could not ...
Pistis's user avatar
  • 3
0 votes
1 answer
18 views

Error: Type 'ImageConfiguration' not found. / Error: Type 'ImageProvider' not found

I was trying to get a photo from the backend and suddenly start show these errors in debug console and when I run another project it start show the same error so became all flutter projects in my ...
Qusai Al-Hashish's user avatar
0 votes
0 answers
45 views

Why icon not showing on SplashScreen using Jetpack-compose?

I'm try to run SplashScreen api using jetpack compose on android lolipop5.1, the screen background is showing but the icon is not. i'm using splash api 1.0.1. i'm using a viewmodel to make splash ...
Fatima Jamal's user avatar
0 votes
1 answer
29 views

Local AGP jar was not found in any of the following sources

It happened so that I need to make an app buildable using local tools only. I am stuck with local AGP jar. I have tried to add it to classpath: classpath(files("gradle/com.android.tools.build....
Void's user avatar
  • 1,291
0 votes
0 answers
24 views

How to resolve "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory" error

Encountering JavaScript Heap Memory issues during the execution of our TestCafe automation test suite on our Jenkins machine running CentOS 7.7.1908 Linux. Please find the below error message: Last ...
Karthik E's user avatar
0 votes
0 answers
45 views

Metadata.bin file not found on initial gradle sync with Android Studio Koala - 2024.1.1

I recently updated Android Studio from Chipmunk version - 2021.2.1 to Koala version - 2024.1.1. Now, when I open my projects, the gradle synchronization starts and always ends with: C:\Users\[MY_USER]\...
LucaCA's user avatar
  • 1
1 vote
2 answers
37 views

how to solve ':app:compileFlutterBuildDebug' in flutter build apk

Error when building the project with flutter build apk command I was trying to build my Flutter app and this error shows up: Unhandled exception: RangeError (offset): Invalid value: Not in inclusive ...
HooDie's user avatar
  • 11
0 votes
0 answers
21 views

Slowness in check style task after upgrade to gradle to 8.7

I have recently upgraded my gradle build to version 8.7. I can see it quite slow compare to our existing 6.6 builds. While doing profiling I fund that most of the time is spent in check style task. ...
Mudit bhaintwal's user avatar
0 votes
2 answers
45 views

Curl command execution in Gradle.kts Script

I would like to execute below curl command in my gradle.kts Script. Tried gradle task but command not executable with error [pid=1991, exitValue="Not exited"]. curl -v -H Content-Type:text/...
Pawan Soni's user avatar
0 votes
0 answers
13 views

Custom Module not found Android Dependencies (Flutter Plugin)

I have been trying to install one particular custom android module for almost a day now. I have tried different resources (including ChatGPT) but it seems I am probably missing something. Please I ...
Georgina's user avatar
  • 832
2 votes
0 answers
80 views

Unable to connect visualvm to java application after 7.3 gradle upgrade

We recently upgraded gradle version in our project from 7.1.x to 7.3.x. We observed that we are no longer able to connect visualvm java(11) application running in kubernetes. Port-forward works but ...
curious_soul's user avatar
0 votes
0 answers
8 views

Script variable conflicts with a named object (Gradle/Groovy DSL)

I am surprised to find out that the name spaces of script variables and named objects interact in a very bad way. In my real build script, the conflicting name was integrationTest and it looked like I ...
18446744073709551615's user avatar
1 vote
1 answer
292 views

Android resource linking failed with android-35 SDK during Flutter release build

I am new to flutter development and so far I have been testing the android app in debug mode. I want to release the app to share with friends and family. However, I keep getting errors when I try to ...
Varun Verma's user avatar

15 30 50 per page