Skip to main content
17 votes
3 answers
2k views

After updating my Android Studio to Feature Drop | 2025.2.2, when I open my project I receive this error: java.lang.IllegalStateException: This method is forbidden on EDT because it does not pump the ...
Amc's user avatar
  • 547
2 votes
1 answer
101 views

Following this tutorial to add Hilt to my project, I get this error when compiling the code: * Exception is: org.gradle.api.plugins.InvalidPluginException: An exception occurred applying plugin ...
AdrienM's user avatar
  • 95
4 votes
1 answer
90 views

I'm looking for an explanation to why do I need to have a build.gradle in my service directory to stop the root build.gradle from treating it like a buildable project: My Directory: root: |-> ...
RogueGingerz's user avatar
3 votes
1 answer
102 views

The Gradle script syncs correctly, but when I try to run the application I get the following error: Unable to find method ''java.lang.String com.squareup.javapoet.ClassName.canonicalName()'' 'java....
carson's user avatar
  • 43
1 vote
1 answer
126 views

I'm trying to set up an Android project with several Firebase libraries (Auth, Firestore, Vertex AI) using the modern Gradle version catalog (libs.versions.toml). However, Gradle is consistently ...
Pouky's user avatar
  • 23
1 vote
1 answer
97 views

I'm trying to upgrade the liquibase gradle plugin from version 2.2.2 to 3.0.1. Setup SDK 21.0.9 Gradle 8.14 Brand new IntelliJ Kotlin project Version 2.2.2 - BUILD SUCCESSFUL plugins { kotlin(&...
Fabian's user avatar
  • 2,012
-1 votes
1 answer
101 views

When I run Gradle sync in Android Studio, I get artifact verification errors. All of them appear to be about source JARs that are not listed in verification-metadata.xml. When I run the Gradle command ...
Pieter's user avatar
  • 33.1k
-3 votes
1 answer
82 views

I am using the Maven repository openapi-generator-gradle-plugin version 7.14.0 I want to disable the console banner of openapi-generator-gradle-plugin. I have this code to generate my code from api ...
Murat K.'s user avatar
  • 1,992
0 votes
1 answer
97 views

I was invited by my team leader to a private GitHub repo for a Flutter project. The project runs successfully on his machine, but when I try to run it on my machine (Windows + Android Studio), I get ...
Azher Khudayer's user avatar
2 votes
1 answer
151 views

in the latest versions of Android Studio I can no longer use this feature and I get an error: "SourceSet with name 'main' not found :27" Line 27: classpath = project.sourceSets\[...
developerhumanity's user avatar
0 votes
1 answer
94 views

I’m working on a Flutter app that uses Bluetooth Serial (flutter_bluetooth_serial). When I run the app in debug mode with flutter run, everything works fine. However, when I build the release APK ...
zainab Atwa's user avatar
1 vote
1 answer
85 views

I would like to stick some permanent Gradle settings (e.g. pluginManagement section) in ~/.gradle instead of per-project settings.gradle. Is there a way to do so, like there is ~/.gradle/init.gradle ...
alamar's user avatar
  • 19.4k
0 votes
1 answer
94 views

In a gradle amd Spring Boot 4 project, I want to create a test with @DataJpaTest, as I did with Spring Boot 3. In this Spring Boot 4 project, I can't resolve import @DataJpaTest. I invalidated the ...
dgtal's user avatar
  • 303
0 votes
0 answers
85 views

I’m trying to build an Android project in Android Studio on Windows, but Gradle fails to start with the following error: Unable to start the daemon process. This problem might be caused by incorrect ...
Mohammad Mohebbati's user avatar
0 votes
0 answers
81 views

It's been 3 months now that I am encountering a persistent Gradle build failure while attempting to integrate the Tuya SmartLife App SDK for Android. The main dependency is failing to resolve. I'm on ...
Ahmed El Atri's user avatar

15 30 50 per page