Required Version 7.1.2

I recently registered my Pixel XL program for Android Beta. After upgrading to Nougat 7.1.2, my device was not detected properly in Android Studio Linux.

I get something like this on an AVD monitor

HT6A70201284 [null] 

But it worked on my Windows desktop, I tried it on other Linux devices and got the same problem. I came across a driver support message, so I upgraded my SDK to a preview of Android O, but that was useless.

Another strange behavior is that when I turn on debugging mode on the phone, it is detected by my linux system, other messages indicate the same problems with the drivers, but I can’t determine exactly which driver and where I come from for installation.

+5
source share
2 answers

Simple solution (work with Nexus 5X, 7.1.2),

  • Developer Options
  • Choose USB Configuration
  • Select MTP (Media Transfer Protocol)

OR

If β€œUSB Charging This Device” is displayed on the notification bar

  • Click on it and just select "File Transfer"
  • Device detected.
+10
source

I'm not sure if anyone else ran into this problem, but after trying a few pieces, the problem seems to be solved temporarily .

As a rule, I use my device in charging mode when developing applications, but after updating Android-studio detects the device in data transfer mode only , anyway, charging in USB mode has some errors in the preliminary release and could not be found in Android Studio.

+1
source

Source: https://habr.com/ru/post/1266110/


All Articles