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 +``` +