Upload APK file to google play [duplicate]

為{幸葍}努か 提交于 2019-12-13 08:48:58

问题


I tried to upload an APK file to Google Play and I received this error:

You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK with a certificate that expires farther into the future

Can you help me solve this problem?

keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000 

Where can I find this code?


回答1:


It needs to be greater than 50 year's! Use: -validity 20000



来源:https://stackoverflow.com/questions/34499834/upload-apk-file-to-google-play

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