Device Setting

To debug your application, set a Galaxy Watch with following steps.

Turn on Watch’s Developer Mode

If there is no menu in the watch Settings > Developer options, turn on the watch’s developer mode.

  1. Go to the watch’s Settings > About watch > Software and tap 5 times on Software version.
  2. In Settings > Developer options,
    A. Enable ADB debugging.
    B. Enable Debug over Wi-Fi.

Connect Watch to Your PC

Enable the watch’s Wi-Fi and connect to you PC.

  1. Go to Settings > Connection > Wi-Fi and enable it.

  2. Select your PC from the available Wi-Fi network list.

  3. If it succeeds, the watch’s IP address will display. Note the IP Address.

  4. In your PC’s Android Studio’s Terminal,
    A. Connect the watch with the IP Address. If the IP address is 100.200.30.4:5555:

    $ adb connect 100.200.30.4:5555

    B. Watch will display a popup. On the watch, select Always allow from this computer to allow debugging.

    C. If a connection succeeds, the following message displays on Terminal.

    $ connected to 100.200.30.4:5555

Now the watch is connected to the Android Studio’s debugger.