my android build is not build showing error

"build": "expo build:android"
i am using this command to create a build but in processing build fail and this error shown

You can monitor the build at

https://expo.io/builds/43f61711-20ed-4f60-8b89-0c911a60eb28

Waiting for build to complete. You can press Ctrl+C to exit.
:heavy_multiplication_x: Build failed.
Standalone build failed!
error Command failed with exit code 1.
info Visit yarn run | Yarn for documentation about this command.

There is error printed at the end of build logs https://expo.io/builds/43f61711-20ed-4f60-8b89-0c911a60eb28

[stderr] FAILURE: Build failed with an exception.
[stderr] * What went wrong:
[stderr] Execution failed for task ':app:packageProdKernelRelease'.
[stderr] > 
[stderr] com.android.ide.common.signing.KeytoolException: Failed to read key shahrukh from store "/tmp/turtle/keystore-43f61711-20ed-4f60-8b89-0c911a60eb28.jks": No key with alias 'shahrukh' found in keystore /tmp/turtle/keystore-43f61711-20ed-4f60-8b89-0c911a60eb28.jks
[stderr] * Try:
[stderr] 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.
[stderr] * Get more help at https://help.gradle.org
[stderr] BUILD FAILED in 3m 0s

You passed invalid keystore credentials

ok thanks i will check

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.