adb debugging refers to the debugging bridge of the Android system. Through adb, you can easily debug Android programs through DDMS in Eclipse. To put it bluntly, it is a debug tool. The main functions of ADB debugging: 1. Run the shell (command line) of the device; 2. Manage the port mapping of the simulator or device; 3. Upload/download files between the computer and the device; 4. Install local apk software to the simulator. or android device.
The operating environment of this tutorial is: MIUI TV 1.3 system, Cloud Audiovisual Hall TV 7.2.0, Xiaomi TV 5.
What is ADB debugging?
adb is the abbreviation of Android Debug Bridge, which means the debugging bridge of the Android system.
Through adb we can debug Android programs through DDMS in Eclipse. In fact, this is the debugging tool for Google Android system. The adb mode is the data transmission channel between the TV and external devices. It is a function for the client computer to transmit data to the server-side TV device and install third-party software.
The main functions of ADB debugging:
1. Run the shell (command line) of the device
2. Manage the simulator or device Port mapping
3. Upload/download files between computer and device
4. Install local apk software to the emulator or android device
TV and box enable ADB debugging and installation software tutorial:
TCL smart TV factory mode method: Reduce the TCL TV volume to 0. Call up the main menu and move the cursor to the "Contrast" option. Quickly press the number keys "9, 7, 3, 5" within 2 seconds to enter factory mode. After entering factory mode, we can open ADB of TCL smart TV.
How to enter the ADB settings of the network box or tablet: Settings->Developer Options->Network ADB Debugging->Tick
##Tmall Magic How to enter ADB settings: System Settings -> General Settings -> Developer Mode -> Remote Debugging Mode -> On/Off 1. ADB switch The function may be placed in the factory mode option menu;2. The ADB switch function may be placed in the TV system settings related options;3. Android TV is the same as PC computer (Windows system) or smart phone Mobile phones are wired or wirelessly connected together in the same local area network (LAN); For more related knowledge, please visit theFAQ column!
The above is the detailed content of What does adb debugging mean?. For more information, please follow other related articles on the PHP Chinese website!