FlutterFirebaseMessagingPlugin.java使用了未经检查或不安全的操作。

huangapple go评论118阅读模式
英文:

FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations

问题

当尝试构建APK时,我遇到了这个问题

> 注意:
> C:\Users\UX\AppData\Local\Pub\Cache\hosted\pub.dev\zego_express_engine-3.7.0\android\src\main\java\im\zego\zego_express_engine\internal\ZegoExpressEngineMethodHandler.java
> 使用了未经检查或不安全的操作。

英文:

When trying to build the APK I am facing this problem

> Note:
> C:\Users\UX\AppData\Local\Pub\Cache\hosted\pub.dev\zego_express_engine-3.7.0\android\src\main\java\im\zego\zego_express_engine\internal\ZegoExpressEngineMethodHandler.java
> uses unchecked or unsafe operations.

答案1

得分: 0

问题似乎来自zego_express_engine插件的本地部分,而不是firebase云消息传递插件。

通常情况下,它们只是警告,不会影响APK的编译。您无法从您的端口修复这些问题,因为只能由插件的作者解决。

您可以忽略它们,因为它们只是警告,不会影响您的APK。

英文:

The issue seems to be thrown from the native side of the zego_express_engine plugin and not firebase cloud messaging plugin.

Often times, they are warnings and wont break the compilation of the APK. You can't fix the issues from your end as they can only be attended to by the plugin authors.

You can ignore them as they are warnings and wont break your APK.

huangapple
  • 本文由 发表于 2023年8月10日 17:29:00
  • 转载请务必保留本文链接:https://go.coder-hub.com/76874401.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定