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

前端 未结 16 1978
灰色年华
灰色年华 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:47

    If anyone still has this problem and looking for a solution, what helped me is to install Smart Switch app. After that my Samsung device finally showed up

    0 讨论(0)
  • 2021-02-02 07:50

    Go to Tethering select and then deselct USB Tethering and you are done. this worked like a charm.

    0 讨论(0)
  • 2021-02-02 07:50

    I spent a night fighting this problem with my Doogee DG350, which runs the Chinese MTK chipset which has issues with USB on OS X. I found the solution was to run ADB in TCP/IP mode and then connect wirelessly:

    adb tcpip 5555
    
    adb connect 192.168.1.10:5555
    
    adb devices
    

    it's actually a bonus, cos you can dispense with the USB cable and debug wirelessly. Not looking back

    0 讨论(0)
  • 2021-02-02 07:50

    So i did some research because the same thing happened to me. If the simple solution doesn't work you should check if you installed knox when you first launch your phone. If you did install knox the only way for you to activate usb debugging would be to reset your phone back to factory config in order to deactivate knox (aka not installing it again), apparently you don't have the option to unistall knox on recent phones.

    0 讨论(0)
提交回复
热议问题