【发布时间】:2020-06-30 11:05:33
【问题描述】:
自 Unity 2019.3 以来,Android 构建过程发生了变化,现在 gradle 项目包含两个模块 - unityLibrary 模块和启动器模块。
我无法上传原生符号,因为我无法将插件应用到 unityLibrary 模块,并且只能在启动器中使用。有什么方法可以实现吗?
当我运行仅存在于启动器模块上的 uploadCrashlyticsSymbolFileRelease 任务时,我收到此错误:
Could not find the file generated by Google Services. Please check your Firebase project configuration
配置文件在 unityLibrary 模块中。
有没有办法将任务移动到 unityLibrary 模块?如果我将 crashlytics 插件移动到 unityLibray 模块,则错误变为:
Crashlytics was applied to a project without an Android plugin. Please make sure the Crashlytics plugin is applied after the appropriate Android plugin for your project.
【问题讨论】:
标签: android firebase unity3d crashlytics