【发布时间】:2023-01-30 22:22:38
【问题描述】:
尝试将我的 .aab 文件上传到 Google Play 控制台时出现以下错误:
Your app currently targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 31
我正在使用 ionic 5 构建跨平台移动应用程序。所以我想我不应该触摸任何本机 android 配置来使其工作。有谁知道我该如何解决这个问题?
【问题讨论】:
标签: android cordova ionic-framework