-
Notifications
You must be signed in to change notification settings - Fork 52
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2022.3.16
- Firebase Unity SDK version: 11.6.0
- Source you installed the SDK: UPM, tarball (.unitypackage or Unity Package Manager)
- Problematic Firebase Component: analytics (Auth, Database, etc.)
- Other Firebase Components in use: auth, rt database (Auth, Database, etc.)
- Additional SDKs you are using: yandex ads (Facebook, AdMob, etc.)
- Platform you are using the Unity editor on: Windows (Mac, Windows, or Linux)
- Platform you are targeting: Android (iOS, Android, and/or desktop)
- Scripting Runtime: IL2CPP (Mono, and/or IL2CPP)
- Pre-built SDK from the website or open-source from this repo: tarball from website
[REQUIRED] Please describe the issue here:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
Steps to reproduce:
- Remove appodeal plugin from project
- Resolve and force resolve
- Build and get this error
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
No
What's the issue repro rate? (eg 100%, 1/5 etc)
100%
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
`Execution failed for task ':launcher:mergeReleaseResources'.
Could not resolve all files for configuration ':launcher:releaseRuntimeClasspath'.
Could not find com.google.firebase:firebase-analytics-unity:11.6.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-analytics-unity/11.6.0/firebase-analytics-unity-11.6.0.pom
- https://repo.maven.apache.org/maven2/com/google/firebase/firebase-analytics-unity/11.6.0/firebase-analytics-unity-11.6.0.pom
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-analytics-unity-11.6.0.jar
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-analytics-unity.jar
Required by:
project :launcher > project :unityLibrary
Could not find com.google.firebase:firebase-app-unity:11.6.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-app-unity/11.6.0/firebase-app-unity-11.6.0.pom
- https://repo.maven.apache.org/maven2/com/google/firebase/firebase-app-unity/11.6.0/firebase-app-unity-11.6.0.pom
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-app-unity-11.6.0.jar
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-app-unity.jar
Required by:
project :launcher > project :unityLibrary
Could not find com.google.firebase:firebase-auth-unity:11.6.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-auth-unity/11.6.0/firebase-auth-unity-11.6.0.pom
- https://repo.maven.apache.org/maven2/com/google/firebase/firebase-auth-unity/11.6.0/firebase-auth-unity-11.6.0.pom
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-auth-unity-11.6.0.jar
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-auth-unity.jar
Required by:
project :launcher > project :unityLibrary
Could not find com.google.firebase:firebase-crashlytics-unity:11.6.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-crashlytics-unity/11.6.0/firebase-crashlytics-unity-11.6.0.pom
- https://repo.maven.apache.org/maven2/com/google/firebase/firebase-crashlytics-unity/11.6.0/firebase-crashlytics-unity-11.6.0.pom
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-crashlytics-unity-11.6.0.jar
- file:/H:/Unity/Somnium/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-crashlytics-unity.jar
Required by:
project :launcher > project :unityLibrary`
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
Relevant Code:
// TODO(you): code here to reproduce the problem