Build fails for Android Release but works for Debug

My app builds for Android Debug and works well, but when I build for Release it gives the error that “certifiticates/android.keystore is missing” but it is really there and not missing.

Do you know what went wrong?

There are a couple things you need to check when you get this error:

  1. In voltbuilder.json, what do you have for androidKeystore?

It should look like this:

"androidKeystore": "certificates/android.keystore",
  1. In your certificates folder, is that file there?

(In your case, no. However, you do have a file named certificates/androidKey.keystore)

Fix one or the other and you’ll be fine!