[SOLVED] Android compile error from console

I’m having a problem when compiling with cocos2d-console…

Solution:

I have changed ant.properties file:

key.store = my\path\to\keystore\keystore

  • add one more \ (slash) in path.
    change to: keystore = my\path\to\keystore
1 Like

Thank you. I recently encountered this problem :smile:

Hello, I’am having the same problem, but I don’t understand what I have to change.
My path to keystore file in ant.properties :

C:\Users\*****\Documents\Projects\*****\Keystore_Apk\Key

‘Key’ is the keystore file. How I can fix that problem?
Thanks

try write path as following

 C:\\keys\\Key.keystore 

that’s how it worked for me