Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/220.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android:fastboot找不到虚拟设备/仿真器_Android_Android Emulator_Adb_Fastboot - Fatal编程技术网

Android:fastboot找不到虚拟设备/仿真器

Android:fastboot找不到虚拟设备/仿真器,android,android-emulator,adb,fastboot,Android,Android Emulator,Adb,Fastboot,我想使用adb和fastboot在Android仿真器(Google Pixel 2)上闪存一个特殊的磁盘映像。虚拟设备只能由adb检测,而不能由fastboot检测。我已经尝试过(cmd作为管理员): 我正在Windows 10上使用Android Studio(Android SDK和Google USB驱动程序安装正确,我还在模拟器中启用了USB调试)。可以(原则上)将fastboot与仿真器一起使用吗?如果是,你知道为什么它在这里不起作用吗 C:\windows\system32>

我想使用adb和fastboot在Android仿真器(Google Pixel 2)上闪存一个特殊的磁盘映像。虚拟设备只能由adb检测,而不能由fastboot检测。我已经尝试过(cmd作为管理员):

我正在Windows 10上使用Android Studio(Android SDK和Google USB驱动程序安装正确,我还在模拟器中启用了USB调试)。可以(原则上)将fastboot与仿真器一起使用吗?如果是,你知道为什么它在这里不起作用吗

C:\windows\system32>adb devices
List of devices attached
emulator-5554   device

C:\windows\system32>adb reboot bootloader

C:\windows\system32>fastboot devices

C:\windows\system32>