有一个在.android文件夹中没有debug.keystore [英] There is no debug.keystore in .android folder

查看:718
本文介绍了有一个在.android文件夹中没有debug.keystore的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人我帮助与应用程序需要找到她debug.keystore - 我的是我的.android文件夹,但是,当我浏览有她的电脑上它不存在

Someone I'm helping with an application needs to locate her debug.keystore - mine is in my .android folder, but when I navigate there on her computer it is not there.

东西是否需要在为了完成它出现?它在哪里/如何能再次生成?

Does something need to be done in order for it to appear? Where is it / how can it be generated again?

推荐答案

根据文档,在Eclipse中进行编译或使用蚂蚁调试应自动生成〜/ .android / debug.keystore

According to the documentation, performing a build in Eclipse or using ant debug should automatically generate ~/.android/debug.keystore.

但是,如果这也不行,你可以通过运行手动创建一个:

But in case this doesn't work, you can create one manually by running:

keytool -genkey -v -keystore ~/.android/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"

这篇关于有一个在.android文件夹中没有debug.keystore的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆