Help Center> Cloud Phone Host> FAQs> ADB Connection Faults> What Can I Do If the ADB Connection Is Interrupted Suddenly?
Updated on 2022-11-29 GMT+08:00

What Can I Do If the ADB Connection Is Interrupted Suddenly?

Description

The ADB connection is interrupted unexpectedly, and no connected device is displayed after the adb devices command is executed.

Causes

The network of the local physical device is intermittently disconnected or ADB is faulty.

Handling Method

Restart ADB. The procedure is as follows:

  1. Stop ADB.

    adb kill-server

  2. Start ADB.

    adb start-server

  3. Reconnect to ADB.

    adb connect 127.0.0.1:Local idle port

ADB Connection Faults FAQs

more