Phonegap - Error - Keystore alias not recognized

空扰寡人 提交于 2020-01-02 02:12:08

问题


I am strugging to sign an Android app using Phonegap Build

I get the following error:

Error - Keystore alias not recognized

I am using this to create the keystore in my terminal:

keytool -genkey -v -keystore name.keystore

-alias alias -keyalg RSA -keysize 2048 -validity 10000 -storepass password

What should I be using for the 'name' and 'alias', am I missing something?

Thanks.


回答1:


Try this way. https://github.com/amirudin/build/wiki/Android-Signing

If the alias is not recognized, the alias field you provided was not found on the keystore file that you uploaded. If the keystore format was invalid, you may not have uploaded the correct files. If the password was incorrect, you may have entered it incorrectly.



来源:https://stackoverflow.com/questions/18688025/phonegap-error-keystore-alias-not-recognized

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!