我可以在不加入摩托罗拉开发者计划的情况下轻松测试我的 Xoom 应用程序吗?
是否可以在我的台式机上开发程序并将其编译为 APK 文件,然后在未越狱的 Xoom 平板电脑上测试它们,而无需通过摩托罗拉开发者计划和,无需通过任何类型的市场?
我已经能够通过我的 Android 手机 (Evo) 执行此操作,只需使用 USB 电缆和 Android 开发工具将应用程序复制到手机进行测试。
我搜索过 Stack Overflow,但没有人问过这个确切的问题。有人问过有关摩托罗拉 Droid 开发的同样问题,答案是
您可以将程序编译为 .apk 文件,然后将其直接上传到手机。您甚至可以通过 USB 插入手机并在其上调试代码,而无需使用模拟器。
Xoom 的行为方式是否相同?
Is it possible to develop and compile programs to APK files on my desktop machine and then test them on a non-jailbroken Xoom tablet without going through the Motorola Developer Program and without going through any sort of marketplace?
I have been able to do this with my Android phone (Evo) simply by using a USB cable and the Android development tools to copy apps to the phone for testing.
I've searched Stack Overflow, and this exact question has not been asked. Someone asked the same thing about developing for the Motorola Droid, and the answer was
you can compile your programs to .apk files, which you can upload directly to your phone. You can even plug in your phone by usb and debug your code on it, instead of using the emulator.
Does the Xoom behave the same way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的!我们在工作中收到了一台 Xoom 来进行测试,只需将其插入,安装 ADB 驱动程序,然后就可以像通过 Eclipse 安装手机一样(或使用 adb install)来安装应用程序。
Yes! We received a Xoom at work to test and simply plugged it in, installed the ADB drivers, and were able to install apps to it like we would a phone through Eclipse (or using adb install).