如何从我的电脑上安装APK应用到我的移动机器人我的、机器人、电脑、APK

2023-09-05 03:29:32 作者:不必、谁都懂我

我有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:

使用亚行从的 Android SDK中,并执行以下命令:      ADB安装filename.apk 。 请注意,您需要启用USB调试了解这个工作。 传输文件到您的设备,然后用文件管理器打开它,比如Linda文件管理器。 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. 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.

 
精彩推荐
图片推荐