BeneficialCode / adb

adb for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adb

Porting Android Debug Bridge (HOST) to Microsoft Visual C++.

Prequisites

  • Visual Studio 2022

Build

  1. Getting source code from the git repository:
git clone https://github.com/BeneficialCode/adb
  1. install some dependencies
vcpkg install abseil:x86-windows-static
vcpkg install boringssl-x86-windows-static // WSAStartup
vcpkg install protobuf:x86-windows-static
vcpkg install brotli:x86-windows-static
vcpkg install libusb:x86-windows-static
vcpkg install lz4:x86-windows-static
vcpkg install mdnsresponder:x86-windows-static // WSAStartup
vcpkg install zstd:x86-windows-static
  1. Build AdbWinApi, AdbWinUsbApi and Adb

Enjoy it :)

About

adb for Windows

License:MIT License


Languages

Language:C++ 93.3%Language:C 5.8%Language:Java 0.8%Language:Shell 0.0%