简体   繁体   中英

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?

在此处输入图像描述 在此处输入图像描述

After installing the latest android sdk, you could also try

adb reconnect offline

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM