3

When i am trying to connect my real device (Huawei Y6 Pro) to run app on my device its showing nothing. But on the other hand when i am connecting my another device(Samsung Galaxy S3), It showing perfectly and and i can run my app on this device. But why my Huawei device is not showing up on emulator/rubable list.

Some Relevant Information

  • I enabled USB Debugging option under Developer Option.
  • Connected USB as Camera (PTP).

Some screenshot about my device and its drivers

Device USB Driver Condition in Device Mannager (in Windows)

Android Studio Runable Device List (No USB Device Found)

What can i do now to fix it??

That's Enam
  • 286
  • 2
  • 3
  • 16
  • 2
    Try to download / update your mobile device USB driver – Srihari Nov 22 '16 at 16:53
  • @SriHari when i am trying to update my driver its saying that "Device is up to dated". What next?? – That's Enam Nov 22 '16 at 17:02
  • 1
    Install [Huawei Device Manager](http://consumer.huawei.com/minisite/HiSuite_en/index.html). This will install the missing device driver (USB driver). Connect your device _USB as MTP_. If that not worked connect your phone to the system and restart the mobile phone with USB debugging enabled. This will install device driver if not installed correctly. And sometimes it might be the problem of USB cable. – Shashanth Nov 23 '16 at 07:40
  • 1
    @Shashanth You Saved My Life. Finally It Worked.!!!! Thanks Bro – That's Enam Nov 23 '16 at 10:23
  • Glad it worked. :) Happy coding. – Shashanth Nov 23 '16 at 13:51

1 Answers1

1

In case you still have't figured it out or for anyone else who has the same problem here is how I resolved mine.

Go to this link and install ADB Driver on your Windows.

Zelalem
  • 392
  • 5
  • 7