Program type already present: android.support.v4.os.ResultReceiver$MyResultReceiver

I have very similar problem and in my case solution is add in gradle.properties this two lines:

android.useAndroidX=true
android.enableJetifier=true

I hope it will help.

Leave a Comment