问题
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