如何通过 WIFI 或任何其他方式调试 Samsung S3 Gear

How to debug Samsung S3 Gear through WIFI or any other way

我在 Gear S3 中启用了 调试选项。 已连接 Wifi。 Wifi IP为192.168.1.155

在给出命令 adb connect 192.168.1.155 时显示以下错误。

C:\Users\mypcPc\AppData\Local\Android\Sdk\tools> 亚行连接 192.168.1.155:5556 unable to connect to 192.168.1.155:5556: cannot connect to 192.168.1.105:5556: 由于目标机器主动拒绝,无法建立连接。 (10061)

如果您对此有任何想法,请分享。非常感谢。

I think Problem is that your Device and System connected different wifi.

Connect your system and and Device with same Network...then try adb connect 192.168.1.155(replace your ip)

这是文档http://developer.samsung.com/gear/develop/testing-your-app-on-gear

三星 Galaxy 手表 run on the Tizen OS and are not meant to be connected to Android Studio via adb. In order to develop apps for these devices, you will need to use Tizen Studio 并通过 sdb 连接到您的设备。