Sign Android APK with a certificate that expires further in to the future(使用将来会过期的证书签署 Android APK)
本文介绍了使用将来会过期的证书签署 Android APK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经使用 phonegap 构建了一个 android 应用程序.我现在正在尝试在 Play 商店中获取此内容,但不断收到以下错误
I have built an android app using phonegap build. I am now trying to get this on the play store but keep getting the following 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
我已经使用 java jdk1.8.0 keytool 创建了签名密钥,并且我已经使用了这个代码
I have created the signing key with java jdk1.8.0 keytool and I have used this code
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000
我不明白.据我所知,我将日期设置为 10,000 天后,这应该足够了吗?
I don't understand. As far as I can tell I am setting the date 10,000 days from now which should be plenty?
推荐答案
设置有效期大于50年.
Set expiration to be greater than 50 years.
-validity 20000
这篇关于使用将来会过期的证书签署 Android APK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
沃梦达教程
本文标题为:使用将来会过期的证书签署 Android APK


猜你喜欢
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- URL编码Swift iOS 2022-01-01
- UITextView 内容插图 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01