如何“跑”?使用 Eclipse 导出的 Android 应用程序混淆者?
我可以通过 Eclipse 调试/运行我的 Android 应用程序,并且可以导出混淆/缩小的 .APK。
但是,为了测试我的“发布/导出”.APK 版本,我必须手动将它们复制到我的手机(启用磁盘模式后)并从那里安装它们(禁用磁盘模式后)模式)。
正如你所看到的,这真是太棒了! :o(
在通过 Eclipse 导出发布版本后,是否没有一种快速“运行”发布版本的方法?
谢谢!
I can debug/run my Android app via Eclipse and I can export out an obfuscated/shrinked .APK.
However, in order to test the my "Release/Exported" .APK builds, I'm having to manually copy them to my phone (after enabling Disk mode) and install them from there (after disabling Disk mode).
As you can see, it's quite a faff! :o(
Is there not a quick way of "running" a release build after you've exported it via Eclipse?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想最简单的方法也是,我通常为我的项目所做的就是创建批处理文件来编译项目,但在 Eclipse 中我们有简单的方法,只需导出项目即可。一旦 .apk 准备就绪,我们就可以连接设备并使用以下 cmnd 运行批处理文件:
install_to_device.bat :
I suppose easiest way is too, what i do generally for my projects, is creating batch files to compile project, but here in eclipse we have easy way by simply exporting project. and once .apk is ready we can connect device and run batch file with following cmnd :
install_to_device.bat :