我想使用adb连接到bluestacks 4上的android模拟器。但我有一个错误adb.exe -s emulator-5554 shell
检查设备。
$ adb.exe devices
List of devices attached
BH901... device
CB512... unauthorized
emulator-5554 device
Run Code Online (Sandbox Code Playgroud)
一旦我关闭bluestacks窗口,该emulator-5554命令将从上面的结果中隐藏。因此,我认为这emulator-5554意味着bluestacks。
然后如下所示使用adb。
$ adb.exe -s emulator-5554 shell
error: closed
Run Code Online (Sandbox Code Playgroud)
但是如您所知,发生了错误。