cocos2dx 3.3 使用cocos compile -p android -m release命令提示输入keystore

我将keystore拖入终端中,但是提示我The string inputed is not a file!
如何解决呢?

直接往ant.properties中加入下面几行。

key.alias.password=alias密码
key.store.password=store密码
key.store=keystore文件完整路径
key.alias=别名