How do you adb to bluestacks 4?

余生颓废 提交于 2019-12-05 09:54:21

First, in Bluestacks, go to Settings -> Preferences -> Enable Android Debug Bridge (ADB). Like this:

At this point, Bluestacks enables its adb functionality and exposes itself to the localhost at port 5555 (the default port)

So, in your command line, type adb connect localhost:5555 and you should be good to go.

And I have test bluestack 4 in windows 10 and enable the adb permission in bluestacks 4 settings. It works for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!