Hope you understand
Compiler and publish issues are beyond our support. We only help fellow as programmers, We only help personally not appbuilder support
Why should you update it? because there is a recent google announcement requiring you to update Android SDK, API levels, and Target SDK
-
Connect your internet
-
Run your Android Studio -» File - Setting -» SDK Manager -» Appearance & Bahavior -» System Setting -» Android SDK -» SDK Platform -» Update SDK Platform
Please tick Android 12.x (API Level 31), API Level 32, API Level 33, API Level 33 or latest and delete the old version
-
Then Update SDK Builds-Tools
Checked SDK Build-Tools 33.0.2 or latest version (according your SDK Build-Tools version)
-
For Window user, go to Control Panel -» System -» Advanced System Setting -» Tab Advance -» Environment Variables Button, and edit environ for
PATH
according SDK Build-Tools path. Use a more stable version which is: 33.0.0 -
Run
Node.js command prompt
or usingterminal/bash
-
Update your cordova
npm install -g cordova
-
Then go to your ionic project folder
cd your-ionic-project-folder
-
Install
cordova-check-plugins
modulenpm install -g cordova-check-plugins --save
-
Update your cordova plugin
cordova-check-plugins --update=auto
-
Then deleted android platform then add it again
ionic cordova platform remove android
ionic cordova platform add android@latest
Or
cordova platform remove android
cordova platform add android@latest
Last edit: 2023-07-29 10:59:26