Hello guys, someone has experience with dexguard a...
# kodein
s
Hello guys, someone has experience with dexguard and kodein??
I'm trying to enable the class encryption, but I get some strange errors when I enable it
Copy code
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.**/com.**.ui.activity.SplashActivity}: o.setNonce$MediaBrowserCompat$SearchResultReceiver: Binding bind<Any>() with ? { ? } must not override an existing binding.
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3114)
        at o.setRepeatCount$MediaBrowserCompat$CustomActionResultReceiver.MediaBrowserCompat$CustomActionResultReceiver(Unknown Source:3115)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3257)
        at o.DisplayHelpersGetMenuSelection$IconCompatParcelizer.invoke(Unknown Source:1037)
This issue doesn't happen if I disable the class encryption (but obfuscation is still enabled)