Android启用了exingArtifAttTransform desugaring false
在我们的React Native应用程序中,我们将WEBRTC用于视频通话,我可以看到WebRTC在几个Android设备中崩溃。当我检查解决方案时,它在某些链接中提到( https://github.com/reaect-native-webrtc/react-native-webrtc/blob/blob/master/master/documentation/androidinstallation.md.md.md )
android.enableDexingArtifactTransform.desugaring=false
但是,当我上面添加时,这会影响构建时间,.dex文件大小和应用程序的运行时性能吗?
In our react native application, we use webrtc for video calls and i can see that webrtc is getting crash in few android devices. When i check solutions for this it mentioned in some of the links(https://github.com/react-native-webrtc/react-native-webrtc/blob/master/Documentation/AndroidInstallation.md) that we need to add below to fix this issue
android.enableDexingArtifactTransform.desugaring=false
But when i add above does this impact on build time, .dex file size, and runtime performance of application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论