Google Pixel not found in Android Studio

I have had the same trouble with my Google Pixel 2 (Android 9); I couldn't connect it to ADB in Android Studio 3.3. In my special case, AS runs on Kubuntu 18.04 in a VMware Workstation on a Windows host. I have to do following steps every time I want to connect the phone (the phone is already in developer mode):

  • Plug phone via USB into the computer (and connect it to the VMware guest, if you use it)
  • Phone: Swipe down the notification bar, there should be a message 'Charging the device via UDB'
  • Tab on it and change the 'Use USB for' from 'No data transfer' to 'File trasfer'

You can activate 'USB debugging' on your phone's developer screen before or after this procedure, both works for me.


In Pixel devices USB debugging is enable when:

Step 1. Enable Developer Options to double tap on Build Number, you can get it by search with build in setting.

Step 2. Enable USB debugging Option, to enable this just to search usb debugging in settings.

Step 3. Pixel devices require USB tethering mode to be enabled, It can be enabled by sliding a finger from the top of the screen and tapping "Android system - USB use for " > Tap on USB tethering.

After completion of all these steps you will be able to use you pixel device as enabled for debugging in SDK.


Android Studio / SDK Manager will provide the driver but Windows might not automatically install it for your device. Try checking the device manager, unplugging and reconnecting the device or let the device manager search for new hardware.

The driver (when installed via SDK Manager) will be found by windows when provided with the SDK root directory, usually AppData/Local/Android/sdk


Encountered this problem today as I tested on other people's phones. I found 4 possibilities why a device may not be recognized:

  • Case #1: The USB cable supports charging but not data transfer.
  • Case #2: Developer options haven't been enabled on target phone (see: https://www.verizonwireless.com/support/knowledge-base-215055/)
  • Case#3: Developer options enabled, but USB debugging hasn't been enabled. Go to Settings > System > Developer Options > USB Debugging
  • Case #4: Some (but not all) phones require MTP transfer mode to be enabled. It can be enabled by sliding a finger from the top of the screen and tapping "Android system - USB charging this device" > Tap for more options > Transfer files.

Hope this helps someone ^_^


EDIT: It's come to my attention that there's another possibility. I don't know what causes this, but if you get really stuck, sometimes you need to go into Settings > Developer Options > Debugging > Revoke USB debugging authorisations. This will reset your device USB pairing fingerprint which will often bring the phone back as a device target in Android Studio.