FTC adb Android Debugging Bridge 202008
From wikidb
References
- Wireless Programming for FTC Robots
- install Android Debug Bridge (adb)
- Android customization – how to transfer files using ADB push and pull commands
- FTC workshop debugging
- log on page 72
- also ADB Android Debug Bridge http://developer.android.com/tools/help/adb.html
Windows
Install
I found adb in
- Users\epp\AppData\Local\Adroid\sdk\platform-tools
Probably from an Android Studio install
Connecting
Open a command Window get into Android's platform-tools directory
TBD set up path to find adb
>cd C:\Users\epp\AppData\Local\Android\sdk\platform-tools >adb connect 192.168.43.1 connected to 192.168.43.1:5555 >adb devices List of devices attached 192.168.43.1:5555 device