Questions related to R8, the default shrinker tool used in the Android build process
Since the 3.5 update of Android Studio, I have this warning when building my app : DSL element 'useProguard' is obsolete and …
android gradle proguard android-r8I wonder how to make the transition / migration from ProGuard to R8. Should I just remove the Proguard-related lines from …
android proguard obfuscation android-proguard android-r8As android studio introduced two new tools D8 and R8. As per google documentation D8 is a dex tool and …
android dex android-d8 android-r8I use Android Studio 3.3 Canary 5, Gradle 4.9, gradle plugin 3.3.0-alpha05 minifyEnabled true useProguard false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' Does't …
android android-r8I'm using Android Studio 3.4 (Canary 9), when I build my app, it failed with the following error Task :app:transformClassesAndResourcesWithR8ForDebug …
android android-studio android-r8 android-studio-3.4I am facing a weird issue in the release build of the app. Here's my exception Fatal Exception: java.lang.…
android kotlin gson retrofit android-r8Problem When I click on the debug icon in Android Studio, I get this NullPointerException from R8. Executing tasks: [:app:…
android-studio android-gradle-plugin gradlew android-r8I updated Android studio and if I'm correct the update includes R8 by default to my projects. The question is …
android android-studio android-r8