gradle Questions

2

I cloned this old Android project that uses kapt, after I updated all the dependencies and I made sure everything is working fine, I decided to migrate from kapt to ksp I followed the instructions ...
Waine asked 5/6 at 23:43

4

Solved

I recently extracted some code from my Android application project into separate kotlin modules (the build.gradle files declare the "java-library" and "kotlin" plugins). Now, th...
Thekla asked 24/2, 2021 at 3:5

2

Solved

Currently I build my Gradle app by running gradle clean build. This exercises JUnit tests and produces XML test results in my project under build/test-results. I would like to configure my build.gr...
Darg asked 21/9, 2014 at 20:31

2

Solved

I recently updated Android Studio to Ladybug and since then I encounter this error when i try to build my app: Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'a...
Bigwig asked 7/10 at 8:4

3

Solved

I saw this as part of the logs generated by Gradle when building an app in release mode in flutter. Does this have any side effects on the overall app?
Montelongo asked 29/7, 2022 at 6:34

5

I use Android Studio version 1.5.1, and I'm trying to compile 'com.android.volley:volley:1.0.0' in build.gradle, but I can't sync Gradle. I think this error is because of my Internet connection or ...
Higgledypiggledy asked 25/9, 2016 at 12:30

4

Solved

I am new to Java Projects in Visual Studio Code. This is mainly for my school project. I was setting up Gradle for Java according to YouTube videos and follows the step. I just simply installed the...
Marquardt asked 22/7, 2023 at 13:56

5

I wanted to move my project into Android Studio and when I was running the simulator, the project was running fine. Since I updated Android Studio, the simulator has the error that the Gradle versi...
Emeldaemelen asked 27/4, 2023 at 19:0

2

Solved

I have different build types and different flavor dimensions in my app. I want to add a specific flavor suffix to an application ID only for one specific build type. E.g. for stageApi flavor and be...
Poussin asked 29/12, 2020 at 17:10

7

Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper. running into error Settings file 'mobile/android/settings.gradle' line: 2 * What went wrong: ...
Manage asked 16/8 at 18:5

9

Solved

I have a problem using the storage to persist the user login data . the scenario like that : after login , I clear the app and try to reopen it again , sometimes it open and sometimes it's freezes ...
Perak asked 20/2, 2022 at 19:33

4

Solved

I have been trying to get the integrated Gradle buildship to work with Eclipse, but there is always something screwy causing errors that only an expert could figure out, so here I am. My code is im...
Quinquennial asked 2/7, 2017 at 17:20

5

Solved

Installed clean windows10(1607) and intellij idea(2020.1.2 community edition). When i create new gradle project Invalid Gradle JDK configuration found. Open Gradle Settings "gradle-wrapper.prop...
Sulphurous asked 8/6, 2020 at 16:24

2

Solved

Android Studio is giving a warning saying: "Kotlin version that is used for building with Gradle (1.3.10) differs from the one bundled into the IDE plugin (1.3.41)". How can i change the Kotlin ve...
Bromal asked 26/7, 2019 at 23:30

4

Solved

WebSecurityConfigurerAdapter: @Component @EnableWebSecurity public class SecurityConfiguration extends WebSecurityConfigurerAdapter { @Override protected void configure(HttpSecurity httpSecurity)...
Elspeth asked 2/8, 2022 at 5:29

5

Solved

I keep getting an error when I tried to build my react-native app with npx expo run:android * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Co...
Vermouth asked 29/8, 2023 at 19:40

7

Today I was not able to compile my application. This is the error that I obtain if I try to Rebuild my project. java.lang.NullPointerException: Cannot invoke "String.length()" because &qu...
Cristen asked 2/5 at 8:12

14

I install new version of Android Studio"2.1.0.9". Now when sync gradle error message in this: gradle failed resolve com.theartofdev.edmodo:android-image-cropper:+ I used any version of image cro...
Tautog asked 3/5, 2016 at 5:36

3

I'm getting the following error: Error:org.gradle.api.internal.changedetection.state.OutputFilesCollectionSnapshotter$OutputFilesSnapshot cannot be cast to org.gradle.api.internal.changedetection...
Agrology asked 27/5, 2016 at 9:11

4

Solved

I have created a specific Gradle task that should only be called in the Jenkins build system. I need to make this task depend on another one which should tag the HEAD of the master branch after a s...
Marquise asked 28/7, 2013 at 16:44

2

Solved

I've upgraded from Kotlin 1.7 to Kotlin 1.9 in my KMM project. though I have Gradle 7.6 AGP 7.4.2 After the upgrade lintAnalyzeDebug task reports error on every dependency: Module was compiled with...
Synaesthesia asked 14/7, 2023 at 17:44

3

> Could not create service of type FileAccessTimeJournal using GradleUserHomeScopeServices.createFileAccessTimeJournal(). > Timeout waiting to lock journal cache (/Users/mark/.gradle/caches...
Janes asked 26/5, 2022 at 14:57

4

I am following this tutorial in Android Studio. When trying to Import the project, I get a dialog saying: "The project is using an unsupported version of Gradle." Please point to a supported Grad...
Swafford asked 8/12, 2014 at 15:34

5

Solved

I have a project that was using Android Gradle Plugin 7.4.2, I used the upgrade assistant to update to 8.0.2 but now my project doesn't build with the following error: Cause: jni extracted from pa...
Humoresque asked 24/7, 2023 at 10:34

3

I have a problem with my project. When i want to run my project i got this error. I want to try this on Android 14 Beta. A problem occurred configuring project ':app'. Could not create task ':app:...
Inhesion asked 17/7, 2023 at 11:58

© 2022 - 2024 — McMap. All rights reserved.