Export signed package NOT WORKING!

Export signed package NOT WORKING !!!
“Install Android SDK Platform 33 (revision: 2)” failed.

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ‘:app:compileReleaseJavaWithJavac’.

Failed to install the following SDK components:
platforms;android-33 Android SDK Platform 33
Install the missing components using the SDK manager in Android Studio.
Get more help at https://help.gradle.org

BUILD FAILED in 2m 43s

  1. Did you change the Manifest:

  2. And create an icon set?

  3. Follow the guidelines: https://android.processing.org/tutorials/distributing/index.html

everything worked fine and the package was exported until it was upgraded to processing 4.2 and after this update, errors associated with gradle:
BuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:91)
at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.lambda$execute$0(RootBuildLifecycleBuildActionExecutor.java:40)
at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:154)
at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:40)
at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40)
at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.lambda$execute$0(BuildTreeLifecycleBuildActionExecutor.java:56)
at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:53)