Skip to main content
0 votes
0 answers
48 views

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 ...
eddie felson's user avatar
1 vote
0 answers
35 views

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 ...
user13134966's user avatar
-1 votes
0 answers
45 views

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 ...
JSG's user avatar
  • 1,601
-4 votes
1 answer
57 views

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. ...
sy y's user avatar
  • 1
1 vote
1 answer
62 views

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(...
plasma's user avatar
  • 73
0 votes
0 answers
53 views

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....
bashibozukk's user avatar
Advice
1 vote
3 replies
50 views

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 ...
Deepak Kumaran's user avatar
Tooling
0 votes
3 replies
42 views

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 : ...
Talavera316's user avatar
2 votes
0 answers
38 views

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 "<...
Hugo Dias's user avatar
  • 411
-1 votes
0 answers
46 views

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....
dgogoasa's user avatar
-1 votes
0 answers
77 views

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....
Vijaysaichary Maroju's user avatar
-1 votes
1 answer
46 views

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 ...
郭瀚澤's user avatar
0 votes
0 answers
26 views

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 ...
David's user avatar
  • 1
0 votes
0 answers
66 views

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 = "\...
sayang_android's user avatar
1 vote
0 answers
106 views

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: '...
lelestacia's user avatar

15 30 50 per page
1
2 3 4 5
3525