简体   繁体   中英

Connect Phone To Android Eclipse

我如何将手机连接到Android Eclipse,这要在手机而不是Android虚拟设备中执行项目。

1- Enable USB debugging On your Android device, select Settings > Developer options.

2- Connect the Android device to your development machine using a USB cable.

more: https://developer.chrome.com/devtools/docs/remote-debugging

Note: On Android 4.2 and later, the developer options are hidden by default. To enable the developer options, select Settings > About phone and tap Build number seven times.

首先,您必须进行设置,然后在移动设备中打开调试选项,然后在eclips中按运行选项,然后选择设备,然后您将看到您的应用程序将在移动设备中运行以获得更多助手,请转到此处http://www.developer .com / ws / android / connecting-your-android-device-to-eclipse.html

The first thing to consider is whether you have installed the OEM USB drivers for any devices you wish to use, as specified here . Then you must enable USB debugging on your phone (details will differ slightly depending on phone manufacturer and Android version).

The bigger elephant in the tent is that support for Android development in Eclipse ended in December so you will want to move to Android Studio as soon as possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM