Access denied when creating keystore for Android app

后端 未结 13 982
旧巷少年郎
旧巷少年郎 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?

    0 讨论(0)
提交回复
热议问题