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

All Questions

Tagged with
1 vote
0 answers
21 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
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
2 votes
1 answer
66 views

Android build error: 2 files found with path 'META-INF/NOTICE.md'

My Android app is not building. The funny thing is that it suggests me: Adding a packaging block may help, please refer to And if I add packaging then it fails again and suggests to add ...
Diego Perez's user avatar
  • 2,588
0 votes
0 answers
61 views

Execution failed for task ':app:checkDebugAarMetadata' in react native cli

When I am setting up my environment for the react native cli project it was working fine but when I am running again after some time it will produce below error. Multiple build operations failed. ...
ABHINAV JAIN 191398's user avatar
0 votes
0 answers
23 views

How to replace class with alternative sourceSet with Kotlin Multiplatform

I am trying to make replacement of "expect fun A()" that have implementation in androidSourceSet with another implementation in mockSourceSet by using the android build flavor. Structure of ...
Eugene B's user avatar
0 votes
0 answers
21 views

Referencing a dependency in Gradle where the module and artifact name differ

I’m trying to retrieve dependencies in Gradle that were published to an Artifactory repository long ago with Ant scripts. In the old Ant Ivy files, their module names differ from the artifact names. ...
PatrickE's user avatar
  • 389
1 vote
1 answer
77 views

Module was compiled with an incompatible version of Kotlin. Binary version of its metadata is 1.8.0, expected version is 1.6.0

When I run flutter build apk --release I get the error Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. Here is my ...
Deepankar Varma's user avatar
0 votes
1 answer
68 views

Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

On my local machine it runs well. on CircleCi it fails with this error. I'm using java 17. gradle 8.5 and the following - org.gradle.jvmargs=-Xmx4G -Dkotlin.daemon.jvm.options=-Xmx2G -XX:+...
And's user avatar
  • 45
1 vote
1 answer
61 views

Could not resolve all files for configuration ':compileClasspath' (build.gradle)

I am currently working on a Java project (jdk-18.0.2.1; Gradle DSL: Groovy; Gradle Distribution: Wrapper; Gradle version 8.5) and want to use the following repositories and dependencies repositories { ...
PHILGamer999's user avatar
0 votes
1 answer
25 views

How to get dependencies in module from object class in buildSrc module

I Have structure: module app gradle : import app.buildsrc.Libs plugins { kotlin("jvm") } dependencies { implementation(Libs.material3) } and additional gradle module buildSrc: ...
Slava's user avatar
  • 645
1 vote
1 answer
89 views

PKIX path building failed SunCertPathBuilderException: unable to find valid certification path to requested target

I'm encountering an error while developing an Android plugin. When I run the plugin to generate a JAR file. I receive the following error message: Error Message FAILURE: Build failed with an exception....
XaMi's user avatar
  • 106
0 votes
0 answers
56 views

Gradle task not copying all files from runtimeClasspath, despite a debug println of the runtimeClasspath.get().files showing all files

I have a gradle task designed to package all of my dependancies into a distribution folder: tasks.register<Copy>("dist") { dependsOn("jar") // log the files we are ...
Troyseph's user avatar
  • 5,058
0 votes
1 answer
32 views

Getting Gradle errors building an example flutter project in VSCode ("nullable vs non-nullable"-error)

Setting the scene: I am trying to set up a flutter example project, which is generated via VSCode (also tried Android Studio with same result). I installed the flutter plugin, dart plugin seems also ...
user25345030's user avatar
0 votes
0 answers
5 views

Andoird gradle build

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. Where: Build file 'C:\Users\Rohit Ritu\my_pal\android\...
Rohit Pal's user avatar
0 votes
0 answers
335 views

Process 'command 'C:\Users\mahes\dev\flutter\bin\flutter.bat'' finished with non-zero exit value 1

lib/controller/auth_controller.dart:44:36: Error: Required named parameter 'altitudeAccuracy' must be provided. Position _pickPosition = Position(longitude: 0, latitude: 0, timestamp: DateTime.now(), ...
Mahesha J's user avatar

15 30 50 per page
1
2 3 4 5
119