python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to remove > Task: progress logs from Gradle output
Since I updated to Android Studio Arctic Fox, I started seeing a lot of gradle logs about the dependencies being run:
Configuration on demand is an incubating feature.
> Task :buildSrc:generateExte...

htafoya
Votes: 0
Answers: 1
Mutable CMake build directory after migrate on AGP 7
After migrate project on:
Version of Android Gradle Plugin: 7.0.2
Version of Gradle: 7.2
Cmake generate random path for "cxxBuildFolder"
"project_path/.cxx/Debug/503l185r/x86_64"
P...
DemVer
Votes: 0
Answers: 1
Unable to clean or build my android project after adding custom task in my gradle , seems like some conflict with Kotlin Multiplatform dependency
I need to add one custom task as per this answer and it works completely fine in case of a sample project I have created, but in my main project I am getting error even when I try to clean the project...
R Jin
Votes: 0
Answers: 0
Mobile application with compatibility issues on older operating systems
I'm using the latest version of Android Studio in a project with the following configuration:
Android Gradle Plugin Version: 7.0.4
Gradle Version: 7.0.2
Compile SDK Version: 28
Build Tools Version: 28...
IoIoR
Votes: 0
Answers: 0