Cocos Console Error

Hello,
I’am trying to release my game but when I compiling it with cocos console I get the following error:

 Value for 'keystore' is not valid. It must resolve to a single path

My path to keystore file in ant.properties :

 C:\Users\*****\Documents\Projects\*****\Keystore&Apk\Key

‘Key’ is the keystore file. What I’am doing wrong?
Thanks

try changing “Keystore&Apk” to something that only contains alphanumerics.

I tried, but it didn’t work.