Skip to main content

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.

gradle
0 votes
0 answers
10 views

Could not install grade distribution in Android Studio Koala

I am using the latest version of android atudio koala, when i try to create a new project i got this error: Could not install gradle dependencies from: https://services.gradle Reason: java.net....
Elmer Urbina Meneses's user avatar
1 vote
1 answer
19 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,556
0 votes
0 answers
14 views

material-calendarview dependency is not working

so i want to use the Calendar view from the Library, no matter how i try to import it it always returns the same error i tried different versions but i always get the same error: Duplicate class ...
Deimos's user avatar
  • 45
0 votes
0 answers
13 views

can't seem to find the solution for this back-end api gradle build error

when i try to build the gradle component it shows me different errors and one of them is: A problem occurred evaluating root project 'android'. Plugin with id 'com.android.library' not found. error ...
bakr oukessou's user avatar
0 votes
0 answers
11 views

Liquibase with Gradle - How to generate the current state of the database with the Liquibase using Gradle?

I added the Liquibase to the existing project and would like to generate the current state of the database. But the problem is that the project is using Gradle, and I'm not that familiar with Gradle, ...
Natalija Jerinić's user avatar
-1 votes
0 answers
20 views

Flutter : Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImp > Namespace not specified

I just went back to an old Flutter project I had been working on, to change the targetSdkVersion for Android. When I wanted to launch the application, I had to update gradle etc... I did some ...
Louis's user avatar
  • 57
0 votes
0 answers
18 views

Default React Native App not building(Android)

I have been trying to setup a new react-native project from the reactnative.dev website for the past 8 hrs. I have setup the environment is instructed but the app is not building. Here are some ...
Jobie J's user avatar
  • 197
0 votes
0 answers
19 views

Vaadin 24.4 missing dependency when building with Gradle

Building a 24.4.4 Vaadin starter with Gradle and trying to run the spring boot script after running: gradle installBootDist You get the following error: java.io.FileNotFoundException: class path ...
K. Taylor's user avatar
  • 511
0 votes
0 answers
19 views

plugins\Galactifun.jar does not contain a paper-plugin.yml or plugin.yml. Could not determine plugin type, cannot load a plugin from it

I recently forked a Minecraft plugin by the name of Galactifun in order to adapt it to the needs of my server however I realised I couldn't compile it properly. The plugin uses a gradle plugin called &...
Ivan Mishin's user avatar
2 votes
2 answers
39 views

Error Build : A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction

I am new with Jetpack Compose and Hilt, I got problems when building the application after implementing the class module Execution failed for task ':app:kaptDebugKotlin'. A failure occurred while ...
Nanda Z's user avatar
  • 1,806
0 votes
0 answers
59 views

why System.out.charset() not equals to stdout.encoding

My operating system is Windows 10, and the system's default code page is GBK. The JDK version is 21, and the Gradle version is 8.5. I use chcp 1252 to change the console encoding. In order to check ...
ok im's user avatar
  • 1
0 votes
0 answers
45 views

Azure devops Android Build Artifacts Not Found

I've created an Azure DevOps pipeline script for my Android project. The build is successful, but when I try to upload artifacts, it fails with the message "no artifacts found." My azure-...
Gaurav Bajait's user avatar
-2 votes
0 answers
46 views

Task runClient in Intellij IDEA failed with error 0xc0000005, don't know how to fix it

So, I am trying to learn how to mod Minecraft using this tutorial. I followed the steps of the video until 12min30sec, where he says to execute the task runClient. The program starts to build, but ...
Jopeez's user avatar
  • 17
-2 votes
0 answers
17 views

Gradle Import Error: "com.hitanshudhawan.mccompose.buildsrc.Libs cannot be resolved" [closed]

https://github.com/hitanshu-dhawan/McCompose/blob/main/build.gradle I don't why error: build.gradle import com.hitanshudhawan.mccompose.buildsrc.Libs IDE say: unable to resolve class com....
miku milky's user avatar
0 votes
1 answer
26 views

Google Play Core library version conflicts during upgrade to API 34

I am trying to upgrade the version of Google Play in order to target API Version 34. And getting the below error Duplicate class com.google.android.play.core.listener.StateUpdatedListener found in ...
midhunhk's user avatar
  • 5,534

15 30 50 per page
1
2 3 4 5
3495