Android 11/12 Wireless Debugging not available when using Mobile Hotspot as the network

Viewed 277

Before android 11, i was able to wirelessly debug apps using this method

  1. turn on mobile hotspot in the (target) android phone
  2. connect the computer to the hotspot
  3. run adb tcpip 5555
  4. adb connect [ip of the target phone]

The problem is Android 11 introduced Wireless Debugging and the above method doesn't work as expected. And the wireless debugging mode cannot be turned on unless my android phone is connected to a wifi so it is not working because i want to use the target phone's hotspot for wireless debugging.

is there any possible solution? or is it possible to turn on wireless debugging mode even if the phone is not connect to a wifi?

0 Answers
Related