Home > Net >  wifi debugging Android 11 device paired but not detected by Android studio
wifi debugging Android 11 device paired but not detected by Android studio

Time:09-28

I have successfully paired my device Samsung Galaxy tab A7 lite

the tab is paired using adb pair ip address and then pairing code

it shows successfully paired in command line (cmd) however the device is not detected by android studio artic fox

the same device works perfectly using USb debugging

CodePudding user response:

You also need to run this command after pairing.

adb connect ip_address:port_number

  • Related