Android Build failed because of Keystore not found

I want to build my App in my Expo-Account, but it always fails because of my own keystore that cannot been found like in the below logs described:
And I don’t know what is the “Key Password”?
So how must I upload my own Keystore in order to build the APK and publish it in the Play-Store ?

> Task :app:packageRelease FAILED
28 actionable tasks: 28 executed

[stderr]

* What went wrong:

[stderr]

FAILURE: Build failed with an exception.

[stderr]

Execution failed for task ':app:packageRelease'.

[stderr]

> com.android.ide.common.signing.KeytoolException: Failed to read key bayamsell from store "/tmp/turtle/keystore-1c57cf77-472f-4fcf-930e-88a567ec4181.jks": No key with alias 'bayamsell' found in keystore /tmp/turtle/keystore-1c57cf77-472f-4fcf-930e-88a567ec4181.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 1s
Error: ./gradlew exited with non-zero code: 1
    at ChildProcess.completionListener (/app/turtle/node_modules/@expo/xdl/node_modules/@expo/spawn-async/build/spawnAsync.js:52:23)
    at Object.onceWrapper (events.js:317:30)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:915:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
    ...
    at spawnAsync (/app/turtle/node_modules/@expo/xdl/node_modules/@expo/spawn-async/build/spawnAsync.js:17:21)
    at spawnAsyncThrowError (/app/turtle/node_modules/@expo/xdl/build/detach/ExponentTools.js:233:45)
    at buildShellAppAsync (/app/turtle/node_modules/@expo/xdl/build/detach/AndroidShellApp.js:836:11)
    at <anonymous>

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