Google Play 管理中心 - 应用必须面向 Android 13(API 级别 33)或更高版本

问题描述 投票:0回答:1

我在 google play 上有应用程序,我收到消息说我必须更新 api 以支持 android 13 或更高版本,因为我的应用程序面向 android 10。

这很奇怪,因为我的应用程序的目标级别已经是 33(如下图所示)。

在 build.gradle 中我设置了(我相信是正确的)

android {
    compileSdkVersion 33
    buildToolsVersion '32.0.0'

    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 33
    }

我是否将 build.gradle 正确设置为目标 api 级别 33+?有人经历过来自谷歌的同样警告吗?

android google-play-console
1个回答
0
投票

单击“查看受影响的应用程序包”以查看有问题的应用程序包。 https://stackoverflow.com/a/76939517/22131563

© www.soinside.com 2019 - 2024. All rights reserved.