Access denied when creating keystore for Android app

后端 未结 13 999
旧巷少年郎
旧巷少年郎 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 03:06

    Running eclipse as administrator solve the problem, then type the following:

    keytool -genkey -v -keystore NAME-mobileapps.keystore -alias NAMEmobileapps -keyalg RSA -keysize 2048 -validity 10000
    

    Hope it help?

提交回复
热议问题