【发布时间】:2016-03-07 14:55:53
【问题描述】:
签署 akp 时出现警告:
jar verified.
Warning:
This jar contains entries whose certificate chain is not validated.
This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2141-02-03) or after any future revocation date.
这里:“Package file was not signed correctly” error — detect whether or not it will happen with Google Play app apk 我读过它可能会导致 Google Play 出现问题,据我所知,建议是使用 java 6 签名,如何临时切换的代码是为 OSX 提供的。我使用的是 Windows 7,我已经安装了 java 6,但是当我从 6 运行 jarsigner 时出现错误:
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.7', but '1.6' is required.
Error: could not find java.dll
Error: could not find Java SE Runtime Environment.
如何将 Windows 7 临时切换到 java 6?
【问题讨论】:
标签: java android google-play apk sign