Android app needs api level30

I am getting this err frm voltbuilder:
[Google Play Store] Getting credentials from certificates/google.json
[Google Play Store] Authenticating
[Google Play Store] Requesting access to upload a new release
[Google Play Store] Uploading to internal track.
Error uploading to Google Play Store:
<HttpError 403 when requesting https://androidpublisher.googleapis.com/upload/androidpublisher/v3/applications/com.TsTan.MentalHelp/edits/01525923444225142668/apks?alt=json&uploadType=media returned “Your app currently targets API level 29 and must target at least API level 30.”. Details: “Your app currently targets API level 29 and must target at least API level 30.”>
Build 53db67a4-0b04-4262-8719-a33f64b62874 failed

In your config.xml, you are specifying this:

 <engine name="android" spec="9.0.0" />

That locks you into API 29.

Try removing the line, or this:

 <engine name="android" spec="10.1.0" />

You can get more information about Cordova Android version here.

Still fail…

BUILD SUCCESSFUL in 7s
55 actionable tasks: 55 executed
Built the following bundle(s):
/platforms/android/app/build/outputs/bundle/release/app-release.aab

[Google Play Store] Getting credentials from certificates/google.json
[Google Play Store] Authenticating
[Google Play Store] Requesting access to upload a new release
[Google Play Store] Uploading to production track.
Build 5dbc8c40-e606-4c03-9ed4-cb2e79cad4e3 failed

Still failed.i change android-versioncCode =“2” ,to,versionCode =“2”.same "no err code"err.what abt this below:
ERROR: Command failed with ENOENT: android list target
spawn android ENOENT

Change back to android-versionCode =“2”. build.json : storePassword,alias,password,keystoree="";stored old data,can’t overwrite.about,view,log,appstudio-latest : 2021-08-26 07:30:27,577 - VoltBuilder - ERROR - VoltBuilderThread after return.
2021-08-26 07:30:27,577 - VoltBuilder - ERROR - 202
2021-08-26 07:30:27,577 - VoltBuilder - ERROR - Accepted

My about screen shows expired,that means i cant run it correctly?but my voltbuilder indy not yet expired…

It looks like the problem you were having is actually fixed. If you have a new problem, please open a new topic.