Check if the Android Studio that is not recognizing (what I think unlikely) for this open the terminal of Android Studio and type adb devices
, if not, the problem is probably that Lenovo, like many other Eastern manufacturers, use "generic" drivers that are often not recognized.
First of all, the ideal is to eliminate some points that may cause adb not to recognize the depositive.
- Check if debugging is active in developer options
- Check in the storage options if MTP is selected.
- Restart the device and put the usb cable right after the message "Lenovo"
- Check adb Devices if it did not appear in the list
- Check in the disk manager if the device appears as unidentified, if it appears mount it.
Usually these steps solve. :)
You’ve seen this: https://androidmtk.com/download-lenovo-usb-drivers?
– Inkeliz
Installed google_usb drive in pc device manager?
– Carlos Bridi
I did the procedure of installing google_usb, had not before, however, it worked before installing, very strange... I’m installing everything
– Vinithius