# study_record **Repository Path**: chenwr2020/study_record ## Basic Information - **Project Name**: study_record - **Description**: android-tools相关的源码。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 介绍 android-tools源码,方便不同平台移植。 #### 使用说明 1.需要先安装zlib与openssl。详细安装流程查看 【ARM】简单移植adb与adbd过程记录 https://blog.csdn.net/chenwr2018/article/details/108118047 2.根据自己编译平台环境,自行修改对应目录下makefile中的编译器 3.以编译adb为例子,进入adb目录make即可在当前目录下生成adb二进制文件。