车机系统,adb devices只显示序列号(相当于进入第一层系统),然后可以adb forward tcp:5559 tcp:5557,adb connect localhost:5559,之后adb devices可以显示出UI的那个车机系统,如何连接这个经过adb forward的设备 <img width="540" height="129" alt="Image" src="https://github.com/user-attachments/assets/712e5bc3-7fd7-44f5-9c10-1529c5f14086" /> <img width="755" height="123" alt="Image" src="https://github.com/user-attachments/assets/8244ab87-d0a6-4af6-a14e-2f5a19ab1f27" /> <img width="475" height="76" alt="Image" src="https://github.com/user-attachments/assets/cc19f0dc-ff7d-448f-9df4-67720caf9d6f" />
车机系统,adb devices只显示序列号(相当于进入第一层系统),然后可以adb forward tcp:5559 tcp:5557,adb connect localhost:5559,之后adb devices可以显示出UI的那个车机系统,如何连接这个经过adb forward的设备