FAILURE: Build completed with 3 failures. 1: Task...
# community-support
k
FAILURE: Build completed with 3 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task 'launchercheckDebugAarMetadata'. > Could not resolve all files for configuration 'launcherdebugRuntimeClasspath'. > Failed to transform firebase-app-unity-12.8.0.aar (com.google.firebasefirebase app unity12.8.0) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Could not find firebase-app-unity-12.8.0.jar (com.google.firebasefirebase app unity12.8.0). Searched in the following locations: file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-app-unity/12.8.0/firebase-app-unity-12.8.0.aar file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-app-unity/12.8.0/firebase-app-unity-12.8.0.jar > Failed to transform firebase-auth-unity-12.8.0.aar (com.google.firebasefirebase auth unity12.8.0) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Could not find firebase-auth-unity-12.8.0.jar (com.google.firebasefirebase auth unity12.8.0). Searched in the following locations: file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-auth-unity/12.8.0/firebase-auth-unity-12.8.0.aar file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-auth-unity/12.8.0/firebase-auth-unity-12.8.0.jar > Failed to transform firebase-database-unity-12.8.0.aar (com.google.firebasefirebase database unity12.8.0) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Could not find firebase-database-unity-12.8.0.jar (com.google.firebasefirebase database unity12.8.0). Searched in the following locations: file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-database-unity/12.8.0/firebase-database-unity-12.8.0.aar file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-database-unity/12.8.0/firebase-database-unity-12.8.0.jar * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: java.lang.StackOverflowError (no error message) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task 'unityLibrarygenerateDebugRFile'. > Could not resolve all files for configuration 'unityLibrarydebugCompileClasspath'. > Failed to transform firebase-app-unity-12.8.0.aar (com.google.firebasefirebase app unity12.8.0) to match attributes {artifactType=android-symbol-with-package-name, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}. > Could not find firebase-app-unity-12.8.0.jar (com.google.firebasefirebase app unity12.8.0). Searched in the following locations: file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-app-unity/12.8.0/firebase-app-unity-12.8.0.aar file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-app-unity/12.8.0/firebase-app-unity-12.8.0.jar > Failed to transform firebase-auth-unity-12.8.0.aar (com.google.firebasefirebase auth unity12.8.0) to match attributes {artifactType=android-symbol-with-package-name, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}. > Could not find firebase-auth-unity-12.8.0.jar (com.google.firebasefirebase auth unity12.8.0). Searched in the following locations: file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-auth-unity/12.8.0/firebase-auth-unity-12.8.0.aar file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-auth-unity/12.8.0/firebase-auth-unity-12.8.0.jar > Failed to transform firebase-database-unity-12.8.0.aar (com.google.firebasefirebase database unity12.8.0) to match attributes {artifactType=android-symbol-with-package-name, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}. > Could not find firebase-database-unity-12.8.0.jar (com.google.firebasefirebase database unity12.8.0). Searched in the following locations: file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-database-unity/12.8.0/firebase-database-unity-12.8.0.aar file/C/Users/User/wkspaces/Cloud Repositories-H**/Assets/GeneratedLocalRepo/Firebase/m2repository/com/google/firebase/firebase-database-unity/12.8.0/firebase-database-unity-12.8.0.jar * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org BUILD FAILED in 5s Hello I've been working on Unity and Firebase. I have some issues about gradle on my project. Can anyone help me to solve it
v
The
StackOverflowError
is most probably just a follow-up error due the other failed tasks that happens in older Gradle versions, to get rid of that, update Gradle. The others tell you that
firebase-database-unity
is neither found as JAR nor AAR in your
GeneratedLocalRepo
whatever that is, but is expected to be found there. If that is not a thing of you but of Unity or Firebase or whatever else, you might be better off asking on an according community. I've never heard of that.