firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
209 stars 35 forks source link

[Question] DIINotFoundException: Unable to load DLL "FirebaseCppApp-9_4_0'. Tried the load the following dynamic libraries: Unable to load dynamic library 'FirebaseCppApp-9_4_0' because of 'Failed to open the requested dynamic library (OX06000000) dlerror() = dlopen failed: library "FirebaseCppApp-9_4_0" not found #471

Closed DakshPoshiya closed 1 year ago

DakshPoshiya commented 1 year ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the question here:

When i try to get data from firebase database in unity Editor it's works perfect But when I Build it for android then i can't not get Data from Databse.

google-oss-bot commented 1 year ago

I found a few problems with this issue:

a-maurice commented 1 year ago

This typically indicates that the Android libraries did not get resolved correctly. In your project, under Plugins/Android you should have a bunch of aar files, importantly com.google.firebase.firebase-app-unity-9.4.0.aar If those files aren't there, or just to validate, from the taskbar you can go Assets > External Dependency Manager > Android Resolver > Force Resolve.