I'm trying to make an APK build but I'm getting the following errors:
----------
**FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':launcher:checkReleaseDuplicateClasses'.
1 exception was raised by workers:
java.lang.RuntimeException: Duplicate class android.support.v4.app.INotificationSideChannel found in modules classes.jar (:androidx.core.core-1.0.0:) and classes.jar (:com.android.support.support-compat-26.1.0:)** ---------- ...along with 330 other similar errors which I believe to be related. (I will leave the full error message in a comment below).
I'm not very knowledgeable about these sorts of issues so a dumbed-down solution would be appreciated.
What went wrong:
Execution failed for task ':launcher:checkReleaseDuplicateClasses'.
1 exception was raised by workers:
java.lang.RuntimeException: Duplicate class android.support.v4.app.INotificationSideChannel found in modules classes.jar (:androidx.core.core-1.0.0:) and classes.jar (:com.android.support.support-compat-26.1.0:)** ---------- ...along with 330 other similar errors which I believe to be related. (I will leave the full error message in a comment below).
I'm not very knowledgeable about these sorts of issues so a dumbed-down solution would be appreciated.