debugRuntimeClasspathCopy configuration has been deprecated for consumption
I met the following warning during the gradle build :
debugRuntimeClasspathCopy configuration has been deprecated for consumption
I met the following warning during the gradle build :
debugRuntimeClasspathCopy configuration has been deprecated for consumption
I met the following warning during the gradle build :
AGP 8.4+ and Hilt (Android Library Modules in Multi-module architecture, R8)
I found this patch note when the 8.4 version came out: https://developer.android.com/build/releases/past-releases/agp-8-4-0-release-notes#library-classes-shrunk
How to rely on the task generated in the afterEvaluate callback in the submodule gradle plugin (Gradle 8.0+)
There is an gradle plugin in my submodule. This plugin will generate some files in the afterEvaluate callback and put them in the assets folder. The main project will package these files into the apk when compiling. These codes work when using gradle 7.5 and agp 7.4.2.
Include a local gradle library by another library
In android’s gradle build system, is it possible that a library imports another library from a local file path?
AGP 8.0 .so is not an ABI for 3rd party library
Upgrading from AGP 7.4.2 to 8.x causes a previously working android project to produce the compile error:
ANdroid Gradle Invalid character escape ‘U’
When introducing the following line in gradle I get the below error:
Custom build type dependency handler problem
I am trying to add a custom build type for Now In Android project.