Search code examples
androidandroid-studioandroid-6.0-marshmallowusb-drive

[Android studio]How to set a new phone in Android 6.0? USB device not found


I bought a new phone, it's a "wiko Lenny 3". I'm trying to configure my Android Studio to debug my apps on it.

I put my phone on the usb debug on, i set the screen to always active, i activated the unlock oem, and for the fictive position it asks me what's the app I want to set, I have only one choice: the radio. It was strange but I set it.

I downloaded the drivers but my computer doesn't want to install them. So I installed them on the folder "usb-drivers" in android-studio.

I don't know what's going wrong, I searched a lot on the internet but I didn't find anything useful.

Maybe I have to download good drivers but I don't know how to find them, the official website doesnt have the drivers.

PS: the android version is a special version create by wiko


Solution

  • First of all download the Google USB Driverenter image description here Then open to Device Manager. You will find our device name under other devices. Right click on that and select Update Driver Software..

    Then select Browse my computer for software driver after that select Let me pick then select Android Device finally select Android ADB Interface click next and install it.

    Note: Make sure you enable Developers Options and USB debugging. It should work like charm.