Getting below error while uploading .apk file in Google Play Store
ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme
Note: I'm using Visual Studio 2017 to build cordova mobile application, Target API Level is 30
you need to use apksigner (found in Android Studio at Android/sdk/build-tools/version_number/lib/) to sign your app after aligning it with zipalign. Then you can upload yourappname.apk to Google Play and it will resolve the issue: