Android之用adb命令快速获取手机IP方法总结

方法1

adb shell netcfg

方法2

adb shell netstat

找到local address

方法3

手机root 安装busybox

adb shell ifconfig
(0)

相关推荐