mk
mk
I'm struggling with the same issue, however duplicated class is different: `java.lang.RuntimeException: Duplicate class androidx.vectordrawable.graphics.drawable.Animatable2Compat found in modules classes.jar (:vectordrawable-animated-1.0.0:) and classes.jar (androidx.vectordrawable:vectordrawable-animated:1.1.0)` Facebook doesn't seem to be importing this...
Okay, so finally I've found an issue - I had vectordrawable aar file floating around in files - this was causing the issue. Not sure which library copied it, but...
I meant copy/cut/paste inside the app. Copying from outside may be a little harder.
Even after adding rule: ```-keep class com.example.app.EmptyData``` I still had strange crashes like NullPointerExceptions so this rule isn't enough. I had to disable proguard for all app classes like this:...
Anyone :) ? It's pretty important.
No, I'm still waiting for a response. Downgrading to gradle 4.1.3 is the best option right now.
You used @keep on some class or whole code?
> @piotrros > > Updating plugin to > `classpath 'com.android.tools.build:gradle:7.0.1'` > fixed the issue for me > > (Android Studio Arctic Fox | 2020.3.1 Patch 1) Thanks, that worked. It...
Though using 7.0.1 I've discovered new issue, but it's not leading to a crash like before. But I'll be hard to reproduce on your side probably. I have an api...
My bad - I've tried this fix before, but it didn't work. It looks like I edited main iml file, not that one from ios directory. Now I can make...