facebook-sdk-for-unity
facebook-sdk-for-unity copied to clipboard
Library Conflict In unity
Checklist
- [x] I've updated to the latest released version of the SDK
- [x] I've searched for existing GitHub issues
- [x] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [x] I've read the Code of Conduct
- [x] This issue is not security related and can safely be disclosed publicly on GitHub
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
version32
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