我已经上传了一个apk文件在Google Play控制台帐户.我在这里得到这个错误。
defaultConfig {
applicationId "com.abc.app"
minSdkVersion 21
targetSdkVersion 33
versionCode 25
versionName "1.1.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
1条答案
按热度按时间afdcj2ne1#
将compilesdk版本设置为31 android { compileSdkVersion 31 defaultConfig { // ... targetSdkVersion 33 //。.. } //..}