End*_*ave 6 android google-play phonegap-build
我使用phonegap build构建了一个Android应用程序.我现在正试图在Play商店获得此功能,但不断收到以下错误
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
Run Code Online (Sandbox Code Playgroud)
我用java jdk1.8.0 keytool创建了签名密钥,我使用了这段代码
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000
Run Code Online (Sandbox Code Playgroud)
我不明白.据我所知,我现在设定的日期是10,000天,这应该是充足的?
尝试使用:
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 20000
| 归档时间: |
|
| 查看次数: |
9162 次 |
| 最近记录: |