腾讯应用管理中心,腾讯开放平台应用认领

pm@pm:~/Android/Apk/temp$ jarsigner -verbose -keystore /home/pm/Android/Apk/key_phone -signedjar /home/pm/Android/Apk/temp/out/HWNS.apk /home/pm/Android/Apk/temp/HWNS.apk key0 
Enter Passphrase for keystore: 
   adding: META-INF/MANIFEST.MF
   adding: META-INF/KEY0.SF
   adding: META-INF/KEY0.RSA
  signing: AndroidManifest.xml
  signing: res/drawable/ic_launcher.png
  signing: res/layout/activity_main.xml
  signing: resources.arsc
  signing: classes.dex
jar signed.

Warning: 
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 (2038-10-14) or after any future revocation date.
原文地址:https://www.cnblogs.com/pengmn/p/10383310.html