Updating android apk keystore credentials

what is the best way to update the keystore credentials for an android apk build? The docs give the command to clear the current keystore, but I’m unsure how to update to the correct keys

Hi, can you try running exp build -c to clear your credentials and then exp build:android again?

Hello, when I ran exp build -c the message I got back was "“build” is not an exp command. See “exp --help” for the full list of commands.” Should I run exp build:android -c?

My mistake, the first command should have had :android on it as well.