-1

我已经在我的电脑上构建了一个应用程序,我想在我的手机中进行测试,但我不知道如何将它作为应用程序发送到手机,请让我知道我是新手的过程。

4

6 回答 6

0

Connect your device with PC using USB Cable and send your application to the Device. For this you require the driver for your device. You need to search for your suitable driver, install them and then you can use it.

于 2013-07-24T04:48:50.837 回答
0

此外,如果您有路由设备,则通过 wi-fi 使用wifi Adb或类似应用程序更容易。

于 2013-07-24T04:54:13.597 回答
0
  • 在 PC 中安装设备的 ADB 驱动程序。
  • 在设置中的设备中进行 USB 调试。
  • 插入您的设备。
  • 运行您的应用程序。
于 2013-07-24T04:57:51.587 回答
0

just copy that app to memory card and run it in your phone. If you develop that app with eclipse you also can run in eclipse over adb connect (google search)

于 2013-07-24T04:51:54.767 回答
0

当您连接设备并运行应用程序时,它应该是自动的。

您必须设置设备以进行 USB 调试。将其连接到 PC 后,它应该为您提供一个选项。挂载为媒体设备或 USB 调试。

这是一个视频教程。http://youtu.be/AkWdpdO7p-4

于 2013-07-24T04:52:22.480 回答
0
  • 打开USB DEBUGGING您的设备。
  • 通过 USB 将手机与台式机/笔记本电脑连接
  • 运行您的应用程序,此时将出现一个对话框,您必须选择已连接的设备,选择设备并运行。
  • 如果它不显示日志,请转到DDMS并选择您的设备。
于 2013-07-24T05:07:35.803 回答