Skip to content

Instantly share code, notes, and snippets.

@Mufanc
Last active November 10, 2021 02:30
Show Gist options
  • Save Mufanc/b3c8a4b24b047386237dedf65fb33a79 to your computer and use it in GitHub Desktop.
Save Mufanc/b3c8a4b24b047386237dedf65fb33a79 to your computer and use it in GitHub Desktop.
[让 ADB 侦听所有 interface] #Android
  • 启动一个新的终端
adb kill-server && adb -a nodaemon server start

接下来执行 adb forward 等操作,可以从 127.0.0.1 以外的地方访问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment