Why can't OSX detect android Galaxy S for USB debugging?

前端 未结 16 2007
灰色年华
灰色年华 2021-02-02 07:00

I searched for similar questions on this issue but found none related to Mac OSX.

Situation:
Trying to test android apps on a Galaxy S (D

16条回答
  •  时光说笑
    2021-02-02 07:45

    The connection via tcpip has a potential to work. However, the port 5555 is probably not available. I know this can work because I have an app on my Android called "Synctunes Wireless" which syncs' my itunes on my desktop wirelessly via tcpip and using port 4444. So I used the ip address and this port showing on this app and I can see this device in my Eclipse. Only thing is that the device type is unknown so the "OK" button is still disabled. So this has potential to work. Just have to find the right port number or maybe something else that is missing.

提交回复
热议问题