此页面包含有关如何诊断和修复常见错误的信息。它根据错误代码和日志消息分为多个部分。
响应代码400
Connecting to: https://performanceparameters.googleapis.com/v1/applications/...
TuningFork:Web: Response code: 400
TuningFork:Web: Response message: Bad
如果您的API密钥无效,则可能会出现此错误。请参阅启用API和部分配置插件。
响应代码403
TuningFork:Web: Connecting to: https://performanceparameters.googleapis.com/v1/applications/...:generateTuningParameters
TuningFork:Web: Response code: 403
TuningFork:Web: Response message: Forbidden
如果您的API密钥未启用,或者您在限制API密钥时出错(例如,您使用了错误的证书或哈希值),则可能会出现此错误。请参阅启用API。
日志中显示“无参数:无保真度参数”警告和“java.lang.NoSuchFieldError”
TuningFork:FPDownload: No parameters: no fidelity parameters
TuningFork: java.lang.NoSuchFieldError: no "[Landroid/content/pm/ApplicationInfo;" field "applicationInfo" in class "Landroid/content/pm/PackageInfo;" or its superclasses
TuningFork: Could not get fidelity params from server : err = 4
这些是由Tuning Fork库在检查应用程序是否设置了可调试标志时发出的无害警告。虽然冗长,但它们是无害的,并不表示库集成存在问题。您可以忽略这些警告。
多个Google.Protobuf.dll文件
PrecompiledAssemblyException: Multiple precompiled assemblies with the same name
Google.Protobuf.dll included for the current platform.
Only one assembly with the same name is allowed per platform. Assembly paths: ...
Error: The imported type `Google.Protobuf.IMessage<T>' is defined multiple times
如果您的项目包含多个Google.Protobuf.dll
文件,则可能会出现此错误之一。删除其中一个.dll
文件以解决此冲突。
尝试调用未生成提前(AOT)代码的方法…
ExecutionEngineException: Attempting to call method 'Google.Protobuf.Reflection.ReflectionUtil+ReflectionHelper' ... for which no ahead of time (AOT) code was generated.
您可能会在某些版本的Unity上看到此错误。如果AOT编译器未为泛型方法生成代码,则会发生此错误。有关如何强制生成所需代码的信息,请参阅部分提前编译(AOT)。
命名空间“Google”中不存在类型或命名空间名称“Protobuf”。
The type or namespace name `Protobuf' does not exist in the namespace `Google'. Are you missing an assembly reference?
确保您的项目使用.NET 4.x。检查播放器设置>其他设置>配置>脚本运行时版本。
LoadingSceneTracker.cs:找不到类型或命名空间名称“FidelityParams”。
LoadingSceneTracker.cs: The type or namespace name 'FidelityParams' could not be found (are you missing a using directive or an assembly reference?)
LoadingSceneTracker.cs: The type or namespace name 'Annotation' could not be found (are you missing a using directive or an assembly reference?)
从播放器设置>脚本定义符号中删除ANDROID_PERFORMANCE_TUNER_UTILITIES
。