英文:
FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations
问题 {#heading}
当尝试构建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 {#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.