我可以将发布的应用程序与Eclipse直接到设备? [英] Can I send a released application with Eclipse directly to a device?

查看:151
本文介绍了我可以将发布的应用程序与Eclipse直接到设备?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在做测试,需要测试与发布的生成过程。我发布一个应用程序到设备的过程中目前涉及一系列的步骤相当复杂,从出口在Eclipse中发布的应用程序,将其通过电子邮件发送给自己。理想情况下,我想找到的东西几乎一样容易,因为只是击中播放按钮是用来释放未签名版本。有没有办法做到这一点完全是从日食?

I'm in the process of doing testing that requires testing with the released build. The process I have of releasing an app to my device currently involves a rather complex set of steps, from exporting a released app in eclipse to emailing it to myself. Ideally, I'd like to find something almost as easy as just hitting the play button is for releasing an unsigned version. Is there a way to do this entirely from eclipse?

我应该说,我不介意通过输入密码的过程,但我想在编译的设备只是自动导出应用程序。

I should say, I don't mind going through the typing the password process, but I'd like to just automatically export the app upon compiling to the device.

推荐答案

没有一个好办法,用Eclipse做到这一点。要做到这一点,最好的办法是使用你的发布证书作为调试证书,赋予其相应的密码。

There isn't a good way to do this with Eclipse. The best way to do it is to use your release certificate as your debug certificate, giving it the appropriate password.

我落得这样做是为了让自己熟悉命令行。基本上我出口的应用程序,然后使用上传到我的设备亚行-d安装-r APP_NAME.apk 。这真是棒极了!

What I ended up doing was to familiarize myself with the command line. Essentially I exported the app, then uploaded it to my device using adb -d install -r APP_NAME.apk. That worked great!

这篇关于我可以将发布的应用程序与Eclipse直接到设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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