尽管我安装了 USB 驱动程序,但 Adb 无法检测到 Samsung Note Pro
Adb can't detect Samsung Note Pro although I installed USB driver
我想使用 Samsung Note Pro 在 Windows 和 Xamarin.Forms 上进行调试,
我安装了 Samsung USB 驱动程序
from this address 并开启了 developer mode
但还是不行。当我打电话给 adb devices
时,我的设备没有出现在列表中。
我也遇到过这个问题。尽管从三星网站安装了驱动程序,但 adb 无法识别我的设备。然后在我的 PC 上安装 Samsung Kies 软件帮助了我。可能有用。
(如@Sreeraj 的回答所述,安装 Kia 解决了 Windows 下的许多驱动程序问题)
启用 Developer Mode
后:
There is also a separate “Developers Options” section. The difference now is before you get to enable the USB debugging option, you must first enable or turn on “Developer Mode”
更新:
but when I call it gets the device as "unauthorized"
1) 要允许从非电子市场应用程序安装应用程序,请点击主屏幕上的菜单按钮,然后选择设置 >> 应用程序 >> 未知来源。
2) Can't connect Nexus 4 to adb: unauthorized
启用 Developer Mode
后,您需要先打开 USB 调试,然后再将设备连接到您的 PC。
您也可以在不通过无线连接设备的情况下进行调试:How can I connect to Android with ADB over TCP?
我想使用 Samsung Note Pro 在 Windows 和 Xamarin.Forms 上进行调试,
我安装了 Samsung USB 驱动程序
from this address 并开启了 developer mode
但还是不行。当我打电话给 adb devices
时,我的设备没有出现在列表中。
我也遇到过这个问题。尽管从三星网站安装了驱动程序,但 adb 无法识别我的设备。然后在我的 PC 上安装 Samsung Kies 软件帮助了我。可能有用。
(如@Sreeraj 的回答所述,安装 Kia 解决了 Windows 下的许多驱动程序问题)
启用 Developer Mode
后:
There is also a separate “Developers Options” section. The difference now is before you get to enable the USB debugging option, you must first enable or turn on “Developer Mode”
更新:
but when I call it gets the device as "unauthorized"
1) 要允许从非电子市场应用程序安装应用程序,请点击主屏幕上的菜单按钮,然后选择设置 >> 应用程序 >> 未知来源。
2) Can't connect Nexus 4 to adb: unauthorized
启用 Developer Mode
后,您需要先打开 USB 调试,然后再将设备连接到您的 PC。
您也可以在不通过无线连接设备的情况下进行调试:How can I connect to Android with ADB over TCP?