如何通过ADB为无头仿真器启用USB调试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何通过ADB为无头仿真器启用USB调试相关的知识,希望对你有一定的参考价值。

我在通过adb远程连接到服务器的服务器上运行了一些无头模拟器,但从adb设备中看到它们是unauthorized

androidsim:5561 unauthorized
androidsim:5559 unauthorized
androidsim:5557 unauthorized
androidsim:5555 unauthorized

所以我拍摄了无头设备的屏幕快照,看到需要启用USB调试,但是如何在无头avd上启用USB调试?

enter image description here

答案

不知道如何禁用,但是能够通过]确认对话框>

adb -s emulator-5554 shell input tap 1081 1420
adb -s emulator-5556 shell input tap 1081 1420
adb -s emulator-5558 shell input tap 1081 1420
adb -s emulator-5560 shell input tap 1081 1420

以上是关于如何通过ADB为无头仿真器启用USB调试的主要内容,如果未能解决你的问题,请参考以下文章

如果之前被拒绝许可,如何通过 USB 调试启用 apk 安装?

安卓手机usb调试连接电脑原理

如何在三星galaxy s7上为React Native启用USB调试

如何使用adb与Memu / Bluestacks / Nox App Player等模拟器

如何在 Nexus Player 上启用 USB 调试? (安卓电视)

usb debugging是啥意思呢?怎么才能启用呢?