简体   繁体   English

是否可以不参与Motorola开发人员计划而轻松测试Xoom应用程序?

[英]Can I easily test my Xoom apps without being part of Motorola developer's program?

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? 是否可以在不通过摩托罗拉开发人员计划任何市场的情况下,将程序开发和编译为可在我的台式机上的APK文件,然后在非越狱的Xoom平板电脑上对其进行测试?

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. 我只需使用USB电缆和Android开发工具将应用程序复制到手机上进行测试,就可以使用Android手机(Evo)做到这一点。

I've searched Stack Overflow, and this exact question has not been asked. 我已经搜索了Stack Overflow,但是没有问过这个确切的问题。 Someone asked the same thing about developing for the Motorola Droid, and the answer was 有人问过关于开发Motorola Droid的相同问题,答案是

you can compile your programs to .apk files, which you can upload directly to your phone. 您可以将程序编译为.apk文件,然后将其直接上传到手机。 You can even plug in your phone by usb and debug your code on it, instead of using the emulator. 您甚至可以通过USB插入手机并在其上调试代码,而无需使用模拟器。

Does the Xoom behave the same way? Xoom的行为是否相同?

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). 我们收到了一个Xoom,用于测试并简单地将其插入,安装了ADB驱动程序,并且能够像在Eclipse中通过电话(或使用adb install)将应用程序安装到该Xoom上一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM