如何为Google Play生成密钥库?

时间:2013-06-21 07:32:07

标签: java keystore

我正在尝试为我的Google帐户生成密钥库,因此我可以将我的应用程序上传到Google Play。 我在jdk 1.07和1.06

上都输入了这个
keytool -genkey -v -keystore C:\Android\uploader.keystore -alias uploader -keyalg RSA -keysize 2048 -validity 10000

,两者的结果与此相同

keytool error: java.io.FileNotFoundException: C:\Android\uploader.keystore (The system cannot find the path specified)

java.io.FileNotFoundException: C:\Android\uploader.keystore (The system cannot find the path specified)

我已经用Google搜索解决了我的问题,但是没有解决方案:

The system cannot find the path specified

有谁知道如何解决它?

0 个答案:

没有答案