Lenovo lives a7010 does not work on android studio

0

I tried everything to make the Lenovo a7010 smartphone work, literally nothing solved, I had some problems with Motorola, but something that a simple Driver already solves, however, this smartphone does not help me, ANdroid Studio does not recognize in any way, anyone ever had problems with it?

    
asked by anonymous 22.07.2016 / 00:34

1 answer

1

Make sure Android Studio is not recognizing (which I think is unlikely) by opening the Android Studio terminal and typing adb devices , if it does not appear, the problem is probably that Lenovo, like many other manufacturers Eastern, use "generic" drivers that are often not recognized.

First of all, the ideal is to eliminate some points that may cause adb to not recognize the device.

  • Verify that debugging is enabled in the developer options
  • Check the storage options if MTP is selected.
  • Restart the device and place the usb cable shortly after the "Lenovo" message appears
  • Check on adb devices if it did not appear in the list
  • Check the disk manager if the device appears as unidentified, should mount it.
  • Usually these steps work out. :)

        
    22.07.2016 / 22:36