I am trying to publish an updated version of an Android application, the original version of which was published by someone who no longer works with me.
I have run expo fetch:android:keystore
and it’s successfully downloaded the .jks file and provided me with the Keystore password, Key alias and Key password.
Then when I run expo build:android -c
I enter the path to the .jks file along with the information provided.
I then get an error message of Request failed with status code 400.
I can’t see any information in the docs about what a 400 error message is.