我正在尝试为我的 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)
我用谷歌搜索解决我的问题,但没有解决方案:
The system cannot find the path specified
谁能知道如何解决它?