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