To solve my problem here: Applying JaCoCo to all Android Studio gradle modules, I applied the solution here. This works fine so far for modules with plugins {
I am getting this gradle error when running flutter project: I am using code from github for flutter pdf view and also using firebase for it. Launching lib\main
I want to publish an Android in jitpack.io but api dependencies are missing, that's why I use with Gradle 7.2 this project.afterEvaluate { publishing {
After updating android studio to current latest (2020.3.1.24) I'm not able to open any file/class/document inside it, run or build the project. Creating new pro
I noticed a behaviour change using the Android Gradle Plugin 4.2.x regarding the ProGuard assumenosideeffects rule. I use this rule in my Android library projec
I downloaded this LibGdx project as a zip, extracted it to the folder and imported it to Android Studio. However, I am getting this error: A problem occurred ev
I have changed sourceCompatibility and targetCompatibility to JavaVersion.VERSION_11 in build. gradle files for all modules. In my PC I have JDK 11, JAVA_HOME a
I updated to Android studio Bumblebee 2021.1.1 , the gradle.settings(Project) file structure changes, How can I add the dependencies and classpath for hilt or
I have downloaded fresh google-services.json from my firebase account and placed it properly. This was needed as a part of FirebaseInstallations migration proce
Hello I am using unity 2018.4.33f1. I upgrade the gradle version from 3.4.0 to 3.6.0 as https://developers.google.com/ar/develop/unity/android-11-build#unity_20
I'm new in Android development and I've been recently assigned to an android project, which was not updated for more than a year. I got the below error when I t
I'd like to change the default Gradle version in all my newly created flutter projects. Right-Now I have to change the Gradle version manually in distribution-U
[I just Installed Everything for flutter...and run the first default app...but this problem is showing] Like picture below: FAILURE: Build failed with an except
I have a complicated build setup for an android app which basically consists of a normal android app fused together with a Xamarin/Mono project in order to incl
An error occurred after I downloaded version 6.8 and the latest version of Gradle. A problem occurred evaluating project ':launcher'. < Failed to apply plug
I am facing an issue while running the app. My flutter details are: Flutter Version: 1.12.13+hotfilx.9 Doctor summary (to see all details, run flutter doctor
I recently downloaded Android Studio Bumblebee and it helpfully asked whether I wanted to upgrade to Android Gradle Plugin 7.1.0, the version that shipped along
I have upgraded the my exiting project Gradle version from older version to "com.android.tools.build:gradle:7.0.4". After upgrading the build version some of th
I use the following code for testing: while(true){ Thread.sleep(5000); Log.d("debug", "Test A"); } logcat shows "Test A" every 5 seconds. After I chang
My Android Studio compiles are taking forever. Min 10 mins and quite often longer than that. This started with the upgrade of gradle plugin to 7.0.4 This is my