Questions tagged [android-r8]

Questions related to R8, the default shrinker tool used in the Android build process

R8 is a tool designed to replace ProGuard as the default shrinker in the Android build process

303 questions
0
votes
0 answers

Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException

I've have attempted to find ideas online regarding this error but I have failed. Can anyone assist, please? Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:…
-1
votes
1 answer

pcap4j - Android Proguard/R8 Configuration

i am using pcap4j on Android and everything works well on Debug Build. But in release build when activating Proguard/R8 following exception is thrown : java.lang.IllegalStateException: Unsupported target: class org.pcap4j.packet.IpV4Rfc1349Tos …
EAK TEAM
  • 5,726
  • 4
  • 30
  • 52
-2
votes
1 answer

Int switch error when inject code generator with switch case in java code

Caused by: java.lang.AssertionError at com.android.tools.r8.ir.code.IntSwitch.valid(IntSwitch.java:67) at com.android.tools.r8.ir.code.IntSwitch.(IntSwitch.java:35) at…
1 2 3
20
21