azesmway / react-native-unity-play

Play an unity view in react native
MIT License
40 stars 16 forks source link

Duplicate class #4

Closed Betapig1 closed 3 years ago

Betapig1 commented 3 years ago

When i try to run the unity project in a rn project and the unity project has .aar assets, I get this error Duplicate class androidx.core.graphics.drawable.TintAwareDrawable found in modules core-1.5.0-beta01-runtime (androidx.core:core:1.5.0-beta01) and jetified-support-compat-27.1.1-runtime (:support-compat-27.1.1:) Duplicate class androidx.core.graphics.drawable.WrappedDrawable found in modules core-1.5.0-beta01-runtime (androidx.core:core:1.5.0-beta01) and jetified-support-compat-27.1.1-runtime (:support-compat-27.1.1:) Duplicate class androidx.core.graphics.drawable.WrappedDrawableApi14 found in modules core-1.5.0-beta01-runtime (androidx.core:core:1.5.0-beta01) and jetified-support-compat-27.1.1-runtime (:support-compat-27.1.1:) Duplicate class androidx.core.graphics.drawable.WrappedDrawableApi21 found in modules core-1.5.0-beta01-runtime (androidx.core:core:1.5.0-beta01) and jetified-support-compat-27.1.1-runtime (:support-compat-27.1.1:) Duplicate class androidx.core.hardware.display.DisplayManagerCompat found in modules core-1.5.0-beta01-runtime (androidx.core:core:1.5.0-beta01) and jetified-support-compat-27.1.1-runtime (:support-compat-27.1.1:) and this continues on for a while. Please let me know if you want me to send the unity project