gpt4 book ai didi

react-native - Android上的okhttp3问题

转载 作者:行者123 更新时间:2023-12-03 04:58:15 24 4
gpt4 key购买 nike

我们已将退出世博会的应用程序升级到ExpoKit 31,升级指南说要添加

implementation('host.exp.exponent:expoview:31.0.0@aar') {
transitive = true
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
exclude group: 'com.squareup.okhttp3', module: 'okhttp-urlconnection'
}

在构建应用程序时,我们收到以下错误:

Task :app:transformDexArchiveWithExternalLibsDexMergerForDevMinSdkDevKernelDebug FAILED D8: Program type already present: okhttp3.internal.ws.RealWebSocket



您知道我们该如何解决吗?

最佳答案

他们添加了一些信息。具体删除:

implementation 'com.squareup.okhttp3:okhttp:3.4.1'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.4.1'
implementation 'com.squareup.okhttp3:okhttp-ws:3.4.1'

检查此: https://docs.expo.io/versions/latest/expokit/expokit#upgrading-expokit

关于react-native - Android上的okhttp3问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53314584/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com