如何从我的电脑上安装APK应用到我的移动机器人 [英] how to install apk application from my pc to my mobile android

查看:126
本文介绍了如何从我的电脑上安装APK应用到我的移动机器人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有2个问题:

首先,我需要从我的电脑上安装APK应用到我的移动机器人?

First, I need to to install apk application from my pc to my mobile android?

二,我怎么跑我的code直接在手机上吗?我安装USB驱动程序,但我的电脑无法检测到我的手机的USB

Second, how I run my code in the mobile directly? I install usb driver but my pc can't detect the usb of my mobile

推荐答案

要你的手机上安装APK,您可以:

To install an APK on your mobile, you can either:

  1. 使用亚行从的 Android SDK中,并执行以下命令:      ADB安装filename.apk 。 请注意,您需要启用USB调试了解这个工作。
  2. 传输文件到您的设备,然后用文件管理器打开它,比如<一个href="https://market.android.com/details?id=com.lindaandny.lindamanager&feature=search_result">Linda文件管理器。
  1. Use ADB from the Android SDK, and do the following command: adb install filename.apk. Note, you'll need to enable USB debugging for this to work.
  2. Transfer the file to your device, then open it with a file manager, such as Linda File Manager.

请注意,你就必须实现从的来源不明的在你的应用程序设置。

Note, that you'll have to enable installing packages from Unknown Sources in your Applications settings.

至于让USB的工作,我建议咨询的Andr​​oid StackExchange 的咨询。

As for getting USB to work, I suggest consulting the Android StackExchange for advice.

这篇关于如何从我的电脑上安装APK应用到我的移动机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆