Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通常使用Wifi adb进行调试。一切正常。但是设备名称的长度很大!
通常是wifi IP + 5555。
我已经尝试过这个解决方案,但设备名称没有改变。
如何缩短这个名字?
你不能那样做,真的。但是,为了简化调试,您可以ANDROID_SERIAL使用目标设备名称定义环境变量,例如:
ANDROID_SERIAL
export ANDROID_SERIAL=192.168.123.123:5555
之后,adb将默认连接此设备。
adb