python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to refer to java-library in gradle file?
I have in an Android Studio lib modules build.gradle file:
plugins {
id("com.android.library")
}
and in a module.gradle file follwoing:
project.afterEvaluate {
(android.hasProperty(...

Mr.T
Votes: 0
Answers: 1
Nativescript Android build fails suddenly (NS6)
My Nativescript 6 Android build suddenly is failing - I didn't update any modules except for the NS CLI 8.2.3 - but the tns-android is 6.5.x
FAILURE: Build failed with an exception.
* Where:
Build fi...
dashman
Votes: 0
Answers: 1
Gradle Plugin with dependencies
I am kind of new in developing plugins for gradle but I finally figured out how to create a gradle plugin with java and use that plugin inside a different gradle project.
The next step was to add a de...
Hauke
Votes: 0
Answers: 0
How to run JaCoCo in other Android Studio sub modules?
I have an Android Studio Project with an app module and several modules as lib (see my settings.gradle):
rootProject.name = "MyApp"
include ":app"
include ":lib1"
inclu...
Edna Krabappel
Votes: 0
Answers: 1