jdk-desugaring Questions
5
Solved
I'm switching an Android application from using Proguard's desugaring to the new R8 desugaring available in Android Gradle Build Plugin 4.0.0.
I've followed the steps as detailed in the official do...
Gilkey asked 1/9, 2020 at 13:26
1
The app crashes only in its release version with desugaring Java 8 for Android.
compileOptions {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true
// Sets Jav...
Cavour asked 23/5, 2021 at 4:21
1
Solved
I added coreLibraryDesugaringEnabled to our app, and it works fine for normal app runs.
compileOptions {
coreLibraryDesugaringEnabled true
}
and
coreLibraryDesugaring 'com.android.tools:desuga...
Sailor asked 10/2, 2021 at 0:17
1
Solved
I'm working on an Android app with a Gradle version of 7.1.1 and an Android Gradle Plugin version of 7.0.0. When I upgrade to Gradle version 7.2 and Android Gradle Plugin version 7.1.1, I get the f...
Biodegradable asked 3/3, 2022 at 14:26
1
© 2022 - 2025 — McMap. All rights reserved.