52,872 questions
0
votes
0
answers
48
views
Visual Studio Code unable to create java gradle projects
I'm trying to fix this problem from some days now, I have 'gradle for java' and 'extension pack for java' extensions installed, but when I try to create a new gradle java project, it tryies to create ...
1
vote
0
answers
35
views
Error: Build failed with an exception.: When running flutter for android on Mac [closed]
I am getting the below error when trying to flutter run for Android, it is working when flutter run for Iphone. I am new to flutter and this my first application. I am using Mac. And I am running this ...
-1
votes
0
answers
45
views
How to install Gradle on a Google Cloud Workstation when Java is already installed? [closed]
I am trying to install Gradle on my company‑managed Google Cloud Workstation.
My project is a Java + Gradle project. Java is already installed and working correctly on the workstation, but I am unable ...
-4
votes
1
answer
57
views
com.google.cloud:google-cloud-speech:4.56.0 conflicts with com.unity3d.ads:unity-ads:4.16.5 [closed]
background:
1. Integrating `com.google.cloud:google-cloud-speech:4.56.0` and `com.unity3d.ads:unity-ads:4.16.5` into the project results in a successful build, but the application fails to run.
...
1
vote
1
answer
62
views
INSTALL_PARSE_FAILED_NO_CERTIFICATES, and the relation between android api level, gradle jvm, project sdk, and gradle version?
I see a pattern like, higher the version of gradle jvm(Settings -> Build Tool -> Gradle -> Gradle JVM), project sdk(File -> Project Structure -> Projects -> SDK), and gradle version(...
0
votes
0
answers
53
views
Integrating native Android SDK into a MAUI application
I’m trying to integrate a native Android SDK into a .NET MAUI app (targeting net9.0-android) using native library interop/android binding, and I feel like I’m hitting a wall with dependency management....
Advice
1
vote
3
replies
50
views
React Native Android build failed: Could not move temporary workspace in Gradle cache
I am trying to run a React Native project on Android, but the build fails with a Gradle error.
Error:
A problem occurred configuring root project 'Awesome Project'.
BUILD FAILED in 2m 50serror Failed ...
Tooling
0
votes
3
replies
42
views
Intercepting how IntelliJ IDEA orchestrates Gradle project
the Gradle Java project I open with IntelliJ IDEA has its settings like:
B/E/D -> Build Tools -> Gradle -> Build and run using : Gradle (Default)
the other option is Build and run using : ...
2
votes
0
answers
38
views
Sonar Gradle Pluin fails trying to access protected method AbstractStreamBuilder.getInputStream
I'm trying to setup the sonarqube in my simple quarkus application with the gradle plugin.
My plugin is configured as this:
buildscript {
repositories {
maven {
url "<...
-1
votes
0
answers
46
views
gradle upgrade in Android Studio breaks build
In Android Studio I upgraded gradle plugin from 7.00 to 8.3.2 using Upgrade Assistant.
The upgrade was successful but the build started failing with error:
Could not find com.google.vr:sdk-audio:1.30....
-1
votes
0
answers
77
views
React Native 0.84 Android build fails with std::__ndk1 C++ linker errors using NDK 27
I created a React Native project using React Native 0.84.1.
When I run:
npx react-native run-android
the build fails with many C++ linker errors.
Environment:
React Native: 0.84.1
NDK version: 27.1....
-1
votes
1
answer
46
views
git add . fails with Gradle fileContent.lock failed to insert into database and permission denied
I initialized Git in the root of an Android Studio project on Windows.
Commands:
git init
git branch -M main
git status
git add .
But git add . failed with this errors:
error: read error while ...
0
votes
0
answers
26
views
Gradle dependencySubstitution with "test" classifier for local project
Summary: I'm Having problems substituting modules when the test jar is split from the main jar.
I'm trying to do a dependency substitution for an internal project. We have a few internal library ...
0
votes
0
answers
66
views
Why do ANSI 256-color render incorrectly when running through Gradle rich console?
I style my terminal output with ANSI 256-color.
fun main() {
val reset = "\u001B[0m"
val colors = listOf(66, 219, 153, 221, 203)
for (c in colors) {
val bg = "\...
1
vote
0
answers
106
views
KSP error on doing migration to AGP9, no support for KspConfiguration
The new AGP9 migration steps include to change from com.android.library into com.android.kotlin.multiplatform.library , but when I did, I got error
An exception occurred applying plugin request [id: '...