gpt4 book ai didi

android - React Native App 在启动时在 android 11 上崩溃而没有给出错误

转载 作者:行者123 更新时间:2023-12-04 23:38:50 25 4
gpt4 key购买 nike

enter image description here
这是我的 build.gradle 设置,这是我的系统信息
enter image description here
我正在尝试在 android 11 上运行 react native 应用程序,但它在启动时一直崩溃而没有给出任何错误我尝试了几乎所有解决方案,包括在 build.gradle 中的设置

buildToolsVersion = "30.0.0"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
supportLibVersion = "30.0.0"
ndkVersion = "20.1.5948944"
multiDexEnabled = true
在 AndroidManifest.xml 中将**目标 API 设置为“30”**
我正在使用的 Gradle 版本是
Gradle 插件版本是 4.1.3
Gradle 版本是 6.7**
请帮我找到这方面的解决方案谢谢

最佳答案

将 targetSdk 版本设置为 30 时出现这样的错误这是因为 okhttp 版本而发生的,并使用最新版本修复了它

implementation("com.squareup.okhttp3:okhttp:4.9.1")
implementation("com.squareup.okhttp3:okhttp-urlconnection:4.9.1")
将此添加到您的 android/app/build.gradle

关于android - React Native App 在启动时在 android 11 上崩溃而没有给出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67982247/

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