bin文件夹下的apk文件和Eclipse中通过Export选项创建的apk文件有什么区别? [英] What is the difference between the apk file in the bin folder and the apk file created through the Export option in Eclipse?

查看:34
本文介绍了bin文件夹下的apk文件和Eclipse中通过Export选项创建的apk文件有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

bin文件夹中的apk文件和Eclipse中通过Export选项创建的apk文件有什么区别?

What is the difference between the apk file in the bin folder and the apk file created through the Export option in Eclipse?

出于调试目的,我可以直接使用bin文件夹中的文件吗?还是建议一直导出"apk文件?

For debugging purposes, can I directly use the file in the bin folder? Or is it recommended to always "export" the apk file?

推荐答案

bin 文件夹中的 Apk 使用用于调试的虚拟密钥 (Debug Key) 进行签名.使用导出工具,您可以指定自己的唯一密钥(受密码保护)来识别您的应用程序.因此,对于测试和调试,您可以直接使用 bin 文件夹中的那个.但是,要发布,您必须使用自己的密钥(通过导出工具).

Apk in bin folder is signed with a dummy key used for debugging (Debug Key). Using the export tool, you specify your own unique key (password protected) to identify your Apps. So, for testing and debuging, you can directly use the one in bin folder. But, for publishing, you must use your own key (via the export tool).

这篇关于bin文件夹下的apk文件和Eclipse中通过Export选项创建的apk文件有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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