python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to override other proguard rules
I wish to remove a class A with the following signature
package com.example
class A : Base {}
from a thirdpartylib.aar that comes with its own set of proguard/r8 rules one of which is
-keep public c...
humblerookie
Votes: 0
Answers: 1
R8 is causing Gradle Daemon to vanish on Github Hosted Action Runner
I am having issues with Githubs action runners while trying to compile the release version of my app. My app has 8 different flavors that we build and provide on the play store, and a few months ago I...
Phoenix
Votes: 0
Answers: 0
com.android.tools.r8.CompilationFailedException:Compilation failed to complete, position:Lcom/facebook/login/DefaultAudience$EnumUnboxingLocalUtility;
I have some error, after updated kotlin version (ext.kotlin_version) to 1.6.10:
com.android.tools.r8.internal.E00: Unexpected type in conversion to primitive: OBJECT
Execution failed for task ':app:m...
Alex
Votes: 0
Answers: 2
What does 'minifyEnabled=true' do when all configuration options are disabled?
I have a complicated build setup for an android app which basically consists of a normal android app fused together with a Xamarin/Mono project in order to include an important C# library (like this: ...
Stoberdo
Votes: 0
Answers: 2