gradle Questions
4
I just want to see the output from a few simple println(...) in my Kotlin mulitplatform commonTest code. My build.gradle.kts looks a little like:
import org.jetbrains.kotlin.gradle.plugin.mpp.Kotl...
Nichollenicholls asked 19/2, 2020 at 22:1
3
I am using Gradle 8.5 and am specifying...
org.gradle.java.home=/Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home
...in my gradle.properties file.
Whenever I introduce a new JAR (for ...
Sortie asked 10/2 at 20:18
3
Solved
When I try to connect my gradle project with sqlite database, I have an error:
Exception in thread "main" java.lang.Error:
java.io.FileNotFoundException: null\lib\tzdb.dat (The system cannot fi...
5
I´m building a flutter application in Android Studio and keep getting this error after installing a package when trying to build the application.
This is the full error message:
FAILURE: Build fai...
0
Play Console
Recently tried uploading the app on play console and confront with the red issue saying BAD version of the SoLoader SDK. Check below:
React Native
Checked in android/app/build.gradle ...
Blane asked 4/9 at 5:5
3
I recently upgraded my Flutter application to version 3.24.1, and since then, I’ve been unable to run the app. I’m encountering the following Gradle issue:
You are applying Flutter's app_plugin_loa...
Mythopoeic asked 28/8 at 12:33
5
Solved
When I bought the new laptop, to copy my android studio projects from old laptop to new laptop, I just copied all the projects from the folder AndroidStudioProjects to respective folder in new lapt...
Nada asked 17/1, 2022 at 1:50
2
Solved
I have this error while gradle sync. I call the method inside android defaultConfig block.
I use
com.android.tools.build:gradle:1.3.0
com.neenbedankt.gradle.plugins:android-apt:1.4
build.gradle
...
Capuche asked 17/11, 2015 at 7:58
9
I've just created a new KMM project through out KMM Plugin, but I can't run or even debug in Xcode iosApp part of the project. When I try to run iosApp from Android Studio, the build process fails ...
Platinum asked 13/12, 2021 at 8:30
3
Solved
In order to utilise the new WebClient API, I've included spring-webflux in my Intellij project.
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
compile 'org.spri...
Reseat asked 19/6, 2020 at 23:14
13
Solved
I have an error in my build.gradle file (android/build.gradle) in my Flutter project. The App is running completely normal but this error is still not looking good to me.
Does anyone ever had this ...
Coxcombry asked 15/8, 2022 at 5:58
8
I upgraded the SDK to Flutter version 3.24 yesterday, but today I'm encountering an error when trying to launch the app. I added the new version of Kotlin and changed the kotlin-stdlib-jdk7 version...
6
I have some error, after updated kotlin version (ext.kotlin_version) to 1.6.10:
com.android.tools.r8.internal.E00: Unexpected type in conversion to primitive: OBJECT
Execution failed for task ':ap...
Retraction asked 15/3, 2022 at 15:14
4
Solved
We use gradle 3.3 and jacoco tool verson 0.7.6.201602180812.
We have a gradle multi-project like this:
parent
prod1
prod2
prod3
int-test
We use unit-tests testing the project sources and ja...
Rust asked 2/1, 2017 at 15:58
2
Solved
I am facing an issue when I am Using Gradle to output my Android APP in Android Studio, I am getting such error, the error was there in sync, then I tried to sync and the AVD was working, and the s...
Willie asked 15/12, 2021 at 6:46
3
Solved
how to use hilt with ksp instead of kapt seems like i can't figure it out
please let me know what dependencies should i add and how should i add them
dependencies i added:
//hilt
val hiltVersion =...
Edi asked 12/4 at 11:42
4
Is there a way to dynamically change the package of the generated file .BuildConfig?
I want to use build.gradle file to use the applicationId and change the package name between different builds.
...
Carafe asked 14/12, 2015 at 17:49
6
Solved
When I create a new flutter project the project always failed to run and output the exception that shown in the below
I tried to delete the folder .gradle and rerun the project but I get the same p...
5
Solved
I have been working on a project for months without issues. Just today re-opened the project in Android Studio and started getting the error:
Gradle sync failed: Failed to notify project evaluatio...
Miriam asked 29/5, 2016 at 22:5
3
Solved
When I use the code below, a file of jar will generate after gradle build.
apply plugin 'java'
Is there any settings won't generate the file of jar??
I can write a custom plugins,but the code b...
Apraxia asked 23/10, 2016 at 11:58
2
Solved
I am trying to update Gradle in my project (4.1 to 4.10 to start with). Currently any Gradle command is failing with this:
$ ./gradlew help --scan
FAILURE: Build failed with an exception.
* Where...
3
Solved
For Maven there is an official Avro plugin to generate Java classes from Avro schemas.
However, for Gradle there exists no official plugin.
There is davidmc24/gradle-avro-plugin, but it is no longe...
Watertight asked 5/1, 2023 at 7:53
4
Solved
Hibernate Gradle plugin is an equivalent of hibernate-enhance-maven-plugin and offers build-time code enhancements. The official docs do not mention the apply plugin: 'something' line. If I just do...
2
Solved
I am new to Gradle and I have a source code location different than what Gradle expects.
Gradle expects to find the production source code under src/main/java and your test source code under src/m...
Cockspur asked 14/2, 2014 at 4:44
6
I am trying to start Android Studio and keep getting Gradle errors. Looking at the daemon logs, it seems like the daemon will only accept connections from an IPv6 connection or 127.0.0.1.
However,...
Feer asked 25/1, 2015 at 23:49
© 2022 - 2024 — McMap. All rights reserved.