获取Android手机的IP地址

如果获取Android手机的IP地址?

1. 确保android手机连接到WIFI/WAPI,3G和2G网络是不行的。

2.cmd-->adb shell netcfg  回车

3. adb shell ifconfig rmnet0  回车

这样就得到的IP地址。 SO easy!

获取Android手机的IP地址_第1张图片

你可能感兴趣的:(android,shell,网络,手机)