コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】DllNotFoundException: Unable to load DLL 'FirebaseCppApp-9_6_0'.

概要

DllNotFoundException: Unable to load DLL 'FirebaseCppApp-9_6_0'. 
Tried the load the following dynamic libraries: Unable to load dynamic library 'FirebaseCppApp-9_6_0' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "FirebaseCppApp-9_6_0" not found

Android IL2CPP ビルドを中断してから再度ビルドし直したら
アプリ起動後に上記の例外が発生する現象に遭遇した

Assets/Plugins/Android フォルダ内の変更を
git ですべて取り消してからビルドしたら発生しなくなった