Access denied when creating keystore for Android app

后端 未结 13 985
旧巷少年郎
旧巷少年郎 2020-12-24 02:19

I am trying to sign my Android app so I can release it in Market. When I generate the keystore, I get an access denied error. How do I fix this?

13条回答
  •  自闭症患者
    2020-12-24 02:53

    The keystore that the Android SDK needs access to is not the same of the JDK. You can simply use the "create new keystore" option of the Android wizard and choose any folder you have write access to: the wizard will create there a new keystore. You don't need to use keytool form JDK.

提交回复
热议问题