-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Gradle Build Failure on Unity 2022.3.57f1 #731
Comments
Hello! Wanted to provide some updates on my end. I don't think that this is an issue with specifically this version of Firebase - I did some more digging & found that this error persists across different versions. Here is my results:
Has the team looked at the error yet? Also is there any additional context that may help? Thanks! |
Hey @jkorn2324, thanks for providing complete details. I tested our Firebase Unity quickstart with all the products you've listed: Analytics, Messaging, App, Auth, Firestore but so far I wasn't able to reproduce the same behavior. Looking at the stacktrace you've provided, there's 3 errors:
There's a thread in the Unity forum that listed down quite a few solutions that could help with the error of As for the other errors, these could be consequential errors from the initial error Let me know what happens. Thanks! |
Hey thanks for getting back to me!
I mainly get these errors after I run Also I wanted to ask if you were installing Firebase & EDM4U directly into the Assets folder using a |
Thanks for the extra details, @jkorn2324. It looks like the issue isn't present on Android 14 devices or lower. I was able to reproduce the error when testing on Android 15 emulator. Might be an issue similar to firebase/firebase-unity-sdk#1180. In my case, the app opens for a short while, then crashes after a few seconds. Stacktrace of the error:
On either option, using I'll bring this up to our engineers and see what we can do here. |
Okay that sounds great thanks for investigating the .dllnotfound exception. Keep me posted on what your team finds! |
Okay, I did even more digging and have some more updates:
On EDM4U 1.2.181, it would set the directory root to match the The fix ideally would be that if users ran For the .dllnotfoundexception, I haven't looked into that yet either as I built with Android 14. Do you have any updates on that? |
Hey @argzdev! Just checking in - wanted to ask do or your team have any updates related to this issue? |
Please fill in the following fields:
Please describe the issue here:
What is the issue?
Gradle Fails to build the Unity Project to Android (API 34 & 35) after upgrading the following packages:
How do you reproduce the issue?
Step 1: Set up Project
Step 2: Resolve Project
Step 3: Make Android Build (API Level 34 or 35)
What logs does the build reproduce?
Gradle-error-force-resolve-2022357f1-error.txt [Gradle Log]
Please answer the following, if applicable:
What's the issue repro rate? 100%
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
The text was updated successfully, but these errors were encountered: