如何连接移动设备并在该设备上安装 Android 应用程序?
如何连接到移动设备并在该设备中安装 Android 应用程序?
How can I connect to a mobile device and install android application in that device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要在您的计算机上安装 android sdk。然后你可以使用命令 adb -d install .apk
You need to have android sdk installed on your machine. And then you can use the command adb -d install .apk
您只需将设备通过 USB 连接到计算机即可。请确保您使用的任何手机的 USB 驱动程序均已安装在您的计算机上。
连接设备后,右键单击包资源管理器中的项目文件夹,然后选择运行方式 ->运行配置->
选择目标手动单选按钮。
然后,当您运行该程序时,它将向您显示您的设备以选择部署您的应用程序。
You Just get your device connected via USB to your computer. Do ensure that what so ever Handset You are Using its USB drivers are installed over your computer.
After Your Device connected, right click on the project folder in the package explorer and select Run As -> Run Configuration ->
Select Target Mannual radio button.
Then when you will run the program it will show you your device to select to deploy your app.