【发布时间】:2021-11-10 11:41:13
【问题描述】:
我正在使用 react native 版本 0.63,在 google play store 上上传 apk 时出现此错误。
您的应用目前以 API 级别 29 为目标,并且必须至少以 API 级别 30 为目标,以确保其构建在针对安全性和性能进行了优化的最新 API 之上。将应用的目标 API 级别更改为至少 30
请对此提供帮助。
【问题讨论】:
-
Starting in November 2021, app updates will be required to target API level 30 or above and adjust for behavioral changes in Android 11,在你的
build.gradle文件中更新目标sdk版本从29到30。
标签: android reactjs react-native