Android 10 adb ifconfig: ioctl 8927: Permission denied
zhanzengyu opened this issue · 1 comments
zhanzengyu commented
Android 10 使用 adb 进行无线调试时,发现想查询设备 ip 地址出现错误:
ifconfig: ioctl 8927: Permission denied
可以改用如下命令:
ip -f inet addr show
获取
wpvsyou commented
ths~