Build Error #1 Failed to generate v1 signature

14:35:14.149
14:35:14.149 Solar2D Simulator 2021.3647 (Jun 21 2021 16:53:32)
14:35:14.149
14:35:14.149
14:35:14.149 Copyright © 2009-2021 C o r o n a L a b s I n c .
14:35:14.149 Version: 3.0.0
14:35:14.149 Build: 2021.3647
14:35:14.149 Platform: GenericAndroidDevice / x64 / 10.0 / Intel® HD Graphics 610 / 4.6.0 - Build 26.20.100.7810 / 2021.3647 / ru_RU | RU | ru_RU | ru
14:35:14.149 Loading project from: D:\Program Files(x86)\Corona\Projects\Lessons\Lesson-02
14:35:14.149 Project sandbox folder: C:\Users\Aleksei\AppData\Local\Corona Labs\Corona Simulator\Sandbox\lesson-02-828EF164C8F312C66B0A9C57354E6E71\Documents
14:35:47.173 Testing credentials for ‘D:\Program Files(x86)\Corona\Projects\Lessons\Lesson-02\StarFighter.keystore’:
14:35:49.492 jar signed.
14:35:49.492 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
14:37:27.711 Excluding specified files from build:
14:37:27.711 excluding: LaunchScreen.storyboardc
14:37:27.711 excluding: Icon.png
14:37:27.711 excluding: Icon-*dpi.png
14:37:27.711 excluding: Images.xcassets
14:37:27.711
14:37:27.711 FAILURE: Build completed with 2 failures.
14:37:27.711
14:37:27.711 1: Task failed with an exception.
14:37:27.711 -----------
14:37:27.711 * What went wrong:
14:37:27.711 Execution failed for task ‘:App:packageRelease’.
14:37:27.711 > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
14:37:27.711 > java.io.IOException: Failed to generate v1 signature
14:37:27.711
14:37:27.711 * Try:
14:37:27.711 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
14:37:27.711 ==============================================================================
14:37:27.711
14:37:27.711 2: Task failed with an exception.
14:37:27.711 -----------
14:37:27.711 * What went wrong:
14:37:27.711 Execution failed for task ‘:App:signReleaseBundle’.
14:37:27.711 > A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnable
14:37:27.711 > Failed to generate v1 signature
14:37:27.711
14:37:27.711 * Try:
14:37:27.711 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
14:37:27.711 ==============================================================================
14:37:27.711
14:37:27.711 * Get more help at https://help.gradle.org
14:37:27.711
14:37:27.711 BUILD FAILED in 1m 33s
14:37:27.711 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
14:37:29.122 Android build failed (1) after 100 seconds

Hello there! I have a problem with building app to apk file. I will appreciate any help with this question.

I resolved this problem use this code to generate key:
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias