python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Gradle clean install - Task 'install' not found in root project
I am trying to build the application using gradle
gradlew clean install
while executing the above command got error as,
Task 'install' not found in root project
As per the documentation, plugin - mave...
Yaswanth
Votes: 0
Answers: 1
Sonarqube cannot analyze gradle project
I am using SonarQube - * Community Edition Version 9.3 (build 51899). I wanted to run SonarQube (SonarScanner) on Elasticsearch. I could build the project (Elasticsearch) with its native gradle comman...
Erdem Tuna
Votes: 0
Answers: 0
Why does gradle initializing sometimes take very long?
When I execute gradle sometimes it takes very long to "Initzialize" (up to 40 seconds).
PS C:\Users\Username\project> gradle build
<------------> 0% INITIALIZING [35s]
> IDLE
It...
Aaronmacaron
Votes: 0
Answers: 2
How to execute UI Automator integration tests when building an Android app
I have integrated UI Automator on my app, and in Android Studio I can execute the ExampleInstrumentedTest.kt and the test inside of it are executed.
I would know how can I execute these tests when I b...
Alessandro Violante
Votes: 0
Answers: 1