Search code examples
androidflutteradb

ADB devices offline


I have Oppo A5S and ı try to debug without usb my devices looks like this not like ip address ı try to connect with ip address but when ı unplugn my cable my devices looks offline how can i fix this ?

enter image description hereenter image description here


Solution

  • You could try this:

    Commands

    1. adb kill-server

    2. adb start-server

    3. adb tcpip 1234

    4. adb connect <ip>:1234

    5. adb devices