小编Ali*_*dar的帖子

类型 com.reactnativecommunity.asyncstorage.AsyncLocalStorageUtil 被定义多次

大家好,我想react-native-jitsi-meet在我的移动项目中使用,我使用react-native-jitsi-meet“^2.2.0”版本,“react-native”:“0.66.2”版本和"@react-native-async-storage/async-storage": "github:react-native-async-storage/async-storage"包,在我的android/app/build.gradle我排除async-storage但我仍然收到此错误,有人吗可以理解问题所在。

com.android.builder.dexing.DexArchiveMergerException:合并 dex 存档时出错:类型 com.reactnativecommunity.asyncstorage.AsyncLocalStorageUtil 被定义多次

> implementation(project(':react-native-jitsi-meet')) {
>             exclude group: 'com.facebook',module:'hermes'
>             exclude group: 'com.facebook.react',module:'@react-native-async-storage/async-storage'
>             exclude group: 'com.facebook.react',module:'react-native-svg'
>             exclude group: 'com.facebook.react',module:'react-native-linear-gradient'
>             exclude group: 'com.facebook.react',module:'react-native-vector-icons'
>             transitive = true
>         }
Run Code Online (Sandbox Code Playgroud)

react-native jitsi-meet

3
推荐指数
1
解决办法
2778
查看次数

标签 统计

jitsi-meet ×1

react-native ×1