Android Studio Doesn't recognize my device- one plus one

roya zamiri picture roya zamiri · Apr 2, 2015 · Viewed 24.8k times · Source

I activated Developer Options" and check "USB debugging". I installed google usb driver on sdk.
But still Android studio doesn't recognize my mobile (one plus one).

I tested my mobile on my friend's laptop, it works. Also my android studio recognises Samsung when I install drivers.

But it doesn't recognize one plus one and nexsus.
Do you have any suggestion?

Answer

Hamed MP picture Hamed MP · Apr 3, 2015

As I said in comment above, when I wanted to debug my app with my OPO today I got the same problem, after moving around to figuring it out, I found out it was because of ADB Driver (which for some unknown reasons got uninstalled from my system).

  • At first, check you Device Manager, if you see a yellow mark beside your phone, it is absolutely because of ADB Driver, so follow the steps below to install it:

    1. Install the latest Samsung drivers: SAMSUNG USB Driver v1.5.33.0
    2. Restart the computer (very important)
    3. Go to Device Manager, find the Android device, and select Update Driver Software.
    4. Select Browse my computer for driver software
    5. Select Let me pick from a list of device drivers on my computer
    6. Select ADB Interface from the list
    7. Select SAMSUNG Android ADB Interface (this is a signed driver). If you get a warning, select Yes to continue.
    8. Done!

Hope it will help you.

More on this