Motorola Droid by Verizon:我可以将 Android 应用程序直接部署到手机吗?
我正在考虑在 Android 领域做一些工作,并且正在研究 Verizon Motorola Droid。我的问题很简单:我可以/如何直接将我正在开发和测试的应用程序部署到我的个人手机上,或者我受其他第三方限制如何访问我自己的手机?
I'm thinking of doing some work in the Android space and was looking at the Verizon Motorola Droid. My question is simple: Can/How do I directly deploy applications I am developing and testing to my personal phone or I limited by some other third party as to how I can access my own phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将程序编译为 .apk 文件,然后可以将其直接上传到手机。您甚至可以通过 USB 插入手机并在其上调试代码,而不是使用模拟器。
如果你想让你的应用程序可供世界其他地方使用,你必须将它们上传到 Android 市场,这会向开发者收取 25 美元的一次性注册费。
You 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.
If you want to make your applications available for the rest of the world, you have to upload them to the Android market, which incurs a one time $25 registration fee for developers.