8

I'm trying to set up an android build in Visual Studio App Center, but when trying to upload our keystore file I get the error "Not a valid keystore file". Could anyone think of a reason this could be happening? I have manually created a new keystore and that one seems to work. I can't use this though because its an existing app and would force users to uninstall and reinstall the app.

enter image description here

Craigt
  • 3,418
  • 6
  • 40
  • 56

2 Answers2

18

Make sure the keystore file you are uploading has a file extension. MS appcenter doesn't like keystore files without an extension.

Name your file with a .keystore extension before uploading it and that should resolve the problem

Zayin Krige
  • 3,229
  • 1
  • 35
  • 34
0

In my case the file did not have a name; ie .keystore, changing this to MyApp.keystore resolved the problem

Dooie
  • 1,649
  • 7
  • 30
  • 47