W
W
Wasya UK2019-05-11 22:45:40
Android
Wasya UK, 2019-05-11 22:45:40

Why doesn't it find alias in keystore?

What am I doing wrong?
I went to https://facebook.github.io/react-native/docs/signe...
did everything as there, generated and modified the files. The password during generation is the same everywhere. But I am getting an error:

No key with alias 'тут мой пароль' found in keystore Z:\phone-app\android\app\my-release-key.keystore

MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
MYAPP_RELEASE_KEY_ALIAS=пароль который я везде вводил
MYAPP_RELEASE_STORE_PASSWORD=пароль который я везде вводил
MYAPP_RELEASE_KEY_PASSWORD=пароль который я везде вводил

When I wrote this Enter key password for , I also entered the same password.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
ookami_kb, 2019-05-11
@dmc1989

MYAPP_RELEASE_KEY_ALIASis not a password, it is a key that is inside the vault. If you created the repository with a command like this:
then in MYAPP_RELEASE_KEY_ALIASshould be what is written after the parameter -alias(in this example: my-key-alias).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question