我使用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
我用java jdk1.8.0 keytool创建了签名密钥,我使用了这段代码
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000
我不明白.据我所知,我现在设定的日期是10,000天,这应该是充足的?
设置到期时间大于50年.
-validity 20000