android studio - What does adb device status mean? -
i getting message adb device status:offline in terminal of android studio. mean ? have 1 android virtual device emulator. emulator working fine. , connecting internet since maps getting loaded. gonna affect ?
this described in the adb documentation:
state — connection state of instance may 1 of following:
offline— instance not connected adb or not responding.
device— instance connected adb server. note state not imply android system booted , operational, since instance connects adb while system still booting. however, after boot-up, normal operational state of emulator/device instance.
no device— there no emulator/device connected.
so if device listed offline might affect ability communicate via adb - e.g. collect logs. it's not inidcator of device's internet connection status.
Comments
Post a Comment