-
Notifications
You must be signed in to change notification settings - Fork 40
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] DllNotFoundException: FirebaseCppApp-12_7_0 #1222
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @philplaisir, thanks for reaching out. We've recently had changes that requires a higher version of Unity Editor for 2022. This is due to issues related to version compatibility with Gradle. That said, in order to avoid issues that may have been resolved in the most recent versions, could you try using the latest version Also try using |
Hello @argzdev, my project is fairly advanced and currently running on Unity 2022.3.37f1. Updating to a newer version could introduce compatibility issues with existing systems and features, so I’d prefer to stay on this version for now. That said, I'll try to find time to test with an empty project on Unity 2022.3.60f1. I attempted to resolve the dependencies using: Would using an earlier version of the Firebase Unity SDK potentially help in this case? Thank you for your assistance! |
I believe it should. We had quite a complicated issue that required us to update most of our dependencies in order to keep up with the latest version of Gradle plugin compatibility. That said, I think if you use version On another note, in your stacktrace:
Is your If it is, then any chance you could provide us an MCVE? You can share the public GitHub repo here, but make sure to remove any PII (Personally Identifiable Information). I'll try to check if there's any configuration that's causing this issue. |
I still did not have time to test, but will be sure to report back once I do. When I get to it, I'll test installing Crashlytics:
I'm not sure if it answers your question, but in our project we are currently setting the option in Our project is running on custom devices that run Android 11 (we cannot update that). We had some problem developing plugins with AndroidStudio for our project. We managed to make them work by changing the
Depending on the testing results I'll provide a MCVE (thanks for linking was not aware of the acronym) if we are still running through obstacles. Either way I'll report back once testing is done. Thanks again for your insight, really appreciated! |
Description
Hello,
I'm pretty new to Google Cloud and Unity Firebase SDK. I decided to test the features to eventually integrate Crashlytics to my current project. I'm working on an Android app on a custom device that runs Android 11.
I created a new empty 3D URP test project on Unity version 2022.3.37f1. I set up everything on Google Cloud and Firebase Console side with an Android App with its own App Id. From Firebase Unity SDK 12.7.0, I imported in my empty project FirebaseCrashlytics.unitypackage and FirebaseAnalytics.unitypackage.
Then, I log into firebase without any issue.
By following this, I'm able to build a new .apk package. After the build I upload the symbols.zip to Firebase without an issue. I then install the package on my device. When running the app, when CrashlyticsInitializer is initialized (a script that follows the example in doc) I get an error. (See Reproducing the issue for the error logs)
I'm not sure what to do from there, it seems like something is missing in the project but I added the .unitypackage through Assets > Custom Package > (Choose the package in the directory) > Import.
Also. after a couple of builds, there is a new issue arising where builds start to fail. I don't know how it gets triggered but at some point a pop up shows up in Unity asking me to enable or disable the resolver. With either options selected, I'm not able to build anymore. (See Reproducing the issue for the error logs)
Also, I found a similar issue here:
#856
, but none of the solutions there seem to resolve my problem.
I’d really appreciate any guidance or suggestions. I feel like maybe I’m missing something obvious, but I can’t pinpoint the issue. Let me know if you need more informations or context
Thanks for your help
Reproducing the issue
I followed the example in the doc to integrate and test Crashlytics to Unity. Here are my 2 scripts
Firebase Unity SDK Version
12.7.0
Unity editor version
2022.3.37f1
Installation Method
.unitypackage
Problematic Firebase Component(s)
Crashlytics
Other Firebase Component(s) in use
No response
Additional SDKs you are using
I also am using Android Logcat for Unity and Unity Log Viewer
Targeted Platform(s)
Android
Unity editor platform
Windows
Scripting Runtime
Mono
Release Distribution Type
Pre-built SDK from https://firebase.google.com/download/unity
Relevant Log Output
If using CocoaPods for Apple platforms, the project's Podfile.lock
Expand
Podfile.lock
snippet👀 Replace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: