From b91347b28c30b1ef9b54318fee08c54508bd6f56 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Wed, 15 Jan 2025 09:53:11 +0800 Subject: [PATCH] vault backup: 2025-01-15 09:53:11 --- 20. 專注/Android/ADB tcpip.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 20. 專注/Android/ADB tcpip.md diff --git a/20. 專注/Android/ADB tcpip.md b/20. 專注/Android/ADB tcpip.md new file mode 100644 index 0000000..404b27a --- /dev/null +++ b/20. 專注/Android/ADB tcpip.md @@ -0,0 +1,10 @@ +Use `adb tcpip` to enable ADB over network. + +# Setup Android Device +Connect Android device to a PC via USB, and make sure ADB recognize your device. +``` +$ adb devices +List of devices attached +0123456789ABCDEF device +``` +