facebook-sdk-for-unity icon indicating copy to clipboard operation
facebook-sdk-for-unity copied to clipboard

Library Conflict In unity

Open VectorViral opened this issue 1 year ago • 0 comments

Checklist

Environment

Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:

  • Unity Editor Version: 2021.3.29f1

  • Installation Platform & Verison: Android version 32

Goals

What do you want to achieve? i try to resolve android dependency in unity (i am using firebase admob and facebook at same time)

Expected Results

I face warning during resolution " Some conflicting dependencies were found. The following dependency versions were modified: com.android.support:appcompat-v7:25.3.1 --> androidx.appcompat:appcompat:1.0.0 com.android.support:cardview-v7:25.3.1 --> androidx.cardview:cardview:1.0.0 com.android.support:customtabs:25.3.1 --> androidx.browser:browser:1.0.0 com.android.support:support-v4:25.3.1 --> androidx.legacy:legacy-support-v4:1.0.0 " What do you expect to happen? I wanto resolve successfully

Actual Results

Resolution is not susccessfull What actually happened? Can you provide a stack trace? Android dependencies are not succeessfully resolved

Steps to Reproduce

Integrate Admob, Facebook,Firebase analytics and crashlytics then see results What are the steps necessary to reproduce this issue?

Code Samples & Details

Just import all above plugins Please provide a code sample, as well as any additional details, to help us track down the issue. If you can provide a link to a test project that allows us to reproduce the issue, this helps us immensely in both the speed and quality of the fix.

Note: Remember to format your code for readability:

// INSERT YOUR CODE HERE

VectorViral avatar Nov 09 '23 09:11 VectorViral