2016-11-17 5 views
0

jarsignerを実行すると、タイムスタンプエラーが発生します。イオンパブリッシングandroid apk signing error

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore android-release-unsigned.apk alias_name 

エラー:

No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2044-04-04) or after any future revocation date. 

答えて

0

はcommadの最後に "-tsa http://timestamp.digicert.com" を追加すると、問題を解決しました。

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore android-release-unsigned.apk alias_name -tsa http://timestamp.digicert.com