TypeLoadException: Could not resolve type with token 01000036 (from typeref, class/assembly Google.EditorInitializer, Google.VersionHandlerImpl, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.Editor.GenerateXmlFromGoogleServicesJson' threw an exception.
用最新版的Firebase 7.0.1的时候,对于那些面临此问题的人,可能是因为您使用的是旧版的Play服务解析器或外部依赖关系管理器。 如果尚未在程序包管理器中将解析器添加为依赖项,可以用以下操作:
1.删除Assets / ExternalDependencyManager文件夹
2.删除Assets / PlayServicesResolver文件夹(如果存在)
3.再重新导入你的最近Firebase插件就可以了