Google Maps V2 发布密钥生成问题

Google Maps V2 Release Key Generating Issue

我正在尝试 generate release key Google Maps V2,为此我正在关注此 article,但我得到:

keytool error: java.lang.RuntimeException: Usage error, APP.keystore is not a legal command

java.lang.RuntimeException: Usage error, APP.keystore is not a legal command
    at sun.security.tools.KeyTool.parseArgs(KeyTool.java:402)
    at sun.security.tools.KeyTool.run(KeyTool.java:193)
    at sun.security.tools.KeyTool.main(KeyTool.java:188)

这是how i am trying生成发布密钥:

keytool -list -v -keystore /home/system/APKs/Field APP.keystore -alias Field APP

继续这个:

keytool -list -v -keystore "/home/system/APKs/Field APP.keystore" -alias Field APP