where is ADB, Android Debug Bridge, components source code located on Android open source project

StackOverflow https://stackoverflow.com/questions/21326303

  •  02-10-2022
  •  | 
  •  

From this article, I know the Android Debug Bridge is composed of three components:

  1. ADB Client

  2. ADB Server

  3. Daemon on equipment or emulator

I would like to get deeper understanding of those components from their respective source code. For now, I found:

  1. ADB Client: ./system/core/adb/adb_client

  2. ADB Server: ./system/core/adb/adb

  3. Daemon on equipment or emulator: don't really know where it is located on framework project...

有帮助吗?

解决方案

The source code for all 3 parts of ADB is in the same system/adb folder.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top