build:android failed in task :app:packageRelease (attempting to build 64-bit bundle using new keys generated by `expo opt-in-google-play-signing` process)

Only file that is left after process is old keystore, you can verify that by running expo fetch:android:hashes, output should match upload keystore in google play console and in your case it probably matching app signing keystore. If I’m right about that run build:android -c, let expo generate new credentials and ask google support team to reset you password, you will need .pem file generated by expo fetch:android:upload-cert (run this after clearing credentials)

1 Like