码迷,mamicode.com
首页 > 移动开发 > 详细

eclipse签名使用的key文件(android生成keystore)

时间:2017-04-09 09:28:09      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:技术   tool   hold   list   data   class   height   store   http   

命令行(或终端)生成keystore文件

 
  1.  

    在命令行(或终端)输入命令:

    keytool -genkey -alias Gallery.keystore -keyalg RSA -validity 20000 -keystore Gallery.keystore

    技术分享

     

  2. 2

    输入keystore文件所需的信息

    技术分享

     

    END
 
 

eclipse签名使用的key文件(android生成keystore)

标签:技术   tool   hold   list   data   class   height   store   http   

原文地址:http://www.cnblogs.com/luorende/p/6683648.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!