I want to connect the phone via wifi to android studio. I have 2 phones lenovo p1 pro and p780. With p1, everything works fine. And with p780, adb connects the device, but does not see it in the devices command.

#adb connect 192.168.0.155:5555 connected to 192.168.0.155:5555 #adb devices List of devices attached 

And if you connect another phone it sees and works:

 #adb devices List of devices attached 192.168.0.111:5555 device 
  • And on the phone exactly allowed adb via wifi? I remember that before it was necessary to specifically rutat phone. - KoVadim
  • @KoVadim, I have a similar problem on SGN4 (Android 6.0.1) - adb over wi-fi does not work at all, the phone is pinged, but not connected. Somewhere need to separately enable "adb over wi-fi"? - s8am
  • I would start by looking for a program for this in the market, such as play.google.com/store/search?q=adb%20wifi&c=apps and tried to enable (for such programs, a car and a cart). - KoVadim
  • @KoVadim, I saw them, but for some reason I got the impression that they only show the IP address of the device :) - s8am
  • @KoVadim, No, earned, thanks! - s8am

0