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)
Android Library .aar file dependencies are not supported using flatDir, Gradle 7+
I got 2 questions to ask. I tried Google and all stackoverflow similar question but I couldn't find a solution. Appreciate it much if you could help, thanks.
I have upgraded to honeycomb, target &...

SY MY
Votes: 0
Answers: 0
Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0
With Gradle 7.2 and these plugins:
plugins {
id 'com.android.library' // Android Gradle Plugin 7.1.2
id 'maven-publish'
}
It still works, but gives me this deprecation warning:
WARNING: Soft...
Martin Zeitler
Votes: 0
Answers: 6
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '7.0.0-rc01'] was not found
After updating my Adnroid Studio to Android Studio 2021.1.1 RC 1 and wanted to increase the Android Gralde plugin from 7.1.0-beta05 to 7.0.0-rc01 . Unfortunately I get
Plugin [id: 'com.android.applic...
Ralf Wickum
Votes: 0
Answers: 1
Android: Jacoco code coverage is not generating after gradle upgrade to 7.0.x & jdk 11
Android: Jacoco code coverage is not generating after gradle upgrade to 7.0.x & jdk 11 with testCoverageEnabled true. It is working perfect with gradle 4.2.x & jdk 8.
I tried removing testCove...
Akshay
Votes: 0
Answers: 1