简体   繁体   English

android studio未检测到我的物理Android设备来测试我的Android Apps

[英]My physical Android device is not detected by android studio to test my Android Apps

I am using android studio 2.1. 我正在使用android studio 2.1。 And I am connecting my device to my computer then I am trying to run my application. 然后将设备连接到计算机,然后尝试运行应用程序。 When I am clicking run button, then one window is opened the window named Select Deployment Target. 当我单击运行按钮时,将打开一个窗口,该窗口名为“选择部署目标”。 The window have two sections Connected devices and Available Emulators. 该窗口有两个部分:“已连接的设备”和“可用的仿真器”。 But in connected device section my device is not shown. 但是在连接的设备部分中未显示我的设备。 And in my device the developer mode is already on and in my SDK I am already installed the Google USB Driver. 在我的设备中,开发人员模式已经打开,在我的SDK中,我已经安装了Google USB驱动程序。 My system configuration is Asus X54C OS:Windows 10 64 bit HDD:500 GB RAM:2 GB Please help me to find the problem. 我的系统配置是Asus X54C OS:Windows 10 64位HDD:500 GB RAM:2 GB请帮助我查找问题。

Run command "adb devices", are you sure your device has been displayed on the list? 运行命令“ adb devices”,确定您的设备已显示在列表中?

Or you can even try to run your app over wifi, article: https://davidng94.wordpress.com/2016/06/21/debugging-android-application-via-a-wireless-connection/ 或者,您甚至可以尝试通过wifi运行您的应用程序,文章: https//davidng94.wordpress.com/2016/06/21/debugging-android-application-via-a-wireless-connection/

检查链接电缆并打开开发人员模式

Connect your device and run 连接设备并运行

adb devices

with similar output: 具有类似的输出:

List of devices attached
3438e1ce1200        device

If your device is really connected your will see the list of attached devices. 如果您的设备确实已连接,您将看到已连接设备的列表。 If nothing appears maybe you have to pairs your device with the computer or maybe, you have to enable usb debugging from Settings > Developer Options > USB debugging . 如果没有出现,也许你必须对您的设备与计算机或者也许,你必须能够从设置>开发者选项> USB调试 USB调试

Also check the device drivers on your pc. 还要检查计算机上的设备驱动程序。

Byeee. 再见

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android Studio 看不到我的物理设备 - Android Studio does not see my physical device Android Studio未检测到我的USB设备-Ubuntu - Android Studio not detected my usb device - ubuntu 如何在 Android Studio 中将我的物理设备作为模拟器运行? - How can I run my physical device as an emulator in Android studio? 我的物理笔记本电脑的usb端口可以连接云机吗? 我想使用 android 工作室测试 android 应用程序 - Can I connect my physical laptop's usb port with cloud machine? I want to test android apps using android studio 我的设备未在 android studio 中检测到(驱动程序问题) - My device isn't getting detected in android studio (driver issue) 在 android studio 上未检测到设备 - device not detected on android studio 是否可以使用我的 android 设备测试我使用 flutter 制作的应用程序? - Is it possible to test my apps made with flutter using my android device? 在Android上将Uinput虚拟设备检测为物理键盘 - Uinput virtual device is detected as physical keyboard on android Android Studio:它在我的设备上通过一个APK文件制作了3个应用程序 - Android Studio : its made 3 apps by one APK file on my device 测试我的设备是否可在Android上被发现 - Test if my device is discoverable on Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM