DllNotFoundException:无法加载DLL';FirebaseCppApp-6_13_0

DllNotFoundException:无法加载DLL';FirebaseCppApp-6_13_0,firebase,firebase-authentication,Firebase,Firebase Authentication,使用firebase身份验证SDK unity 获取此错误: DllNotFoundException:无法加载DLL“FirebaseCppApp-6_13_0”:找不到指定的模块。 在Firebase.AppUtilPINVOKE+SWIGExceptionHelper.SWIGRegisterExceptionCallbacks\u AppUtil(Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate应用程序Legate,

使用firebase身份验证SDK unity

获取此错误:

DllNotFoundException:无法加载DLL“FirebaseCppApp-6_13_0”:找不到指定的模块。 在Firebase.AppUtilPINVOKE+SWIGExceptionHelper.SWIGRegisterExceptionCallbacks\u AppUtil(Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate应用程序Legate,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate算术委托,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate divideByZeroDelegate,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate IndexAutoFrangeDelegate,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate invalidCastDelegate,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate invalidOperationDelegate,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+ExceptionLegate nullReferenceDelegate,Firebase.AppUtilPINVOKE+SwigeExceptionHelper+SWIGExceptionHelper+ExceptionLegate outOfMemoryDelegate,Firebase.ApputilInvoke+SwigeExceptionHelper+ExceptionLegate overflowDelegate,Firebase.ApputilInvoke+SwigeExceptionHelper+ExceptionLegate系统ExceptionLegate)[0x00000 in:0 在0中的Firebase.AppUtilPINVOKE+SwigeExceptionHelper..cctor()[0x00000]处 在0中的Firebase.AppUtilPINVOKE..cctor()[0x00000]处 在:0中的Firebase.AppUtil.SetLogFunction(Firebase.LogUtil+LogMessageDelegate arg0)[0x00000]处 在0中的Firebase.LogUtil..ctor()[0x00000]处 在:0中的Firebase.LogUtil..cctor()[0x00000]处 在0中的Firebase.FirebaseApp..cctor()[0x00000]处 在0中的LoginHandler.Start()[0x00000]处 以TypeInitializationException的形式重试:“Firebase.AppUtilPINVOKE.SwigeExceptionHelper”的类型初始值设定项引发了异常。 在0中的Firebase.AppUtilPINVOKE..cctor()[0x00000]处 在:0中的Firebase.AppUtil.SetLogFunction(Firebase.LogUtil+LogMessageDelegate arg0)[0x00000]处 在0中的Firebase.LogUtil..ctor()[0x00000]处 在:0中的Firebase.LogUtil..cctor()[0x00000]处 在0中的Firebase.FirebaseApp..cctor()[0x00000]处 在0中的LoginHandler.Start()[0x00000]处 以TypeInitializationException的形式重试:“Firebase.AppUtilPINVOKE”的类型初始值设定项引发异常。 在:0中的Firebase.AppUtil.SetLogFunction(Firebase.LogUtil+LogMessageDelegate arg0)[0x00000]处 在0中的Firebase.LogUtil..ctor()[0x00000]处 在:0中的Firebase.LogUtil..cctor()[0x00000]处 在0中的Firebase.FirebaseApp..cctor()[0x00000]处 在0中的LoginHandler.Start()[0x00000]处 以TypeInitializationException的形式重试:“Firebase.LogUtil”的类型初始值设定项引发异常。 在0中的Firebase.FirebaseApp..cctor()[0x00000]处 在0中的LoginHandler.Start()[0x00000]处 作为TypeInitializationException重新显示:“Firebase.FirebaseApp”的类型初始值设定项引发了异常。 在0中的LoginHandler.Start()[0x00000]处


(文件名:目前在il2cpp行:-1上不可用)

因此我得到了相同的错误,但使用FirebaseCppApp 7.1.0 DllNotFoundException:无法加载DLL“FirebaseCppApp-7\u 1\u 0”

在Unity下,在菜单栏中导航到资产->项目设置->播放器->目标架构,然后取消选中ARMv7

然后导航到外部依赖关系管理器并选择强制解决。然后Unity应该解决依赖关系,您的应用程序应该可以正常运行


所以我得到了相同的错误,但使用FirebaseCppApp 7.1.0 DllNotFoundException:无法加载DLL“FirebaseCppApp-7\u 1\u 0”

在Unity下,在菜单栏中导航到资产->项目设置->播放器->目标架构,然后取消选中ARMv7

然后导航到外部依赖关系管理器并选择强制解决。然后Unity应该解决依赖关系,您的应用程序应该可以正常运行