Search Unity

Failed to load Android keystore file.

Discussion in 'Unity Build Automation' started by mayeager22, Dec 16, 2019.

  1. mayeager22

    mayeager22

    Joined:
    Dec 4, 2019
    Posts:
    10
    I am trying to add signing credentials in an Android build target with a jks file that works in Unity Editor. When I put the path to the file along with Key Alias, Keystore Password and Key Password, I get an error that the keystore file is not valid.
    Android_KeyStore_Invalid.PNG

    What am I doing wrong?
     
  2. mayeager22

    mayeager22

    Joined:
    Dec 4, 2019
    Posts:
    10
    Answering my own question. It was a miss communication between me and the person that created our key...the alias was "upload" and I was given "upload key" initially. Using the correct alias name and I was able to load the jks file.