Releases: shakalaca/adb-win64
Releases · shakalaca/adb-win64
64bit adb / fastboot from Android P Preview 4
android-p-preview-4 P preview 4
64bit adb from Android 7.1.0_r7
For building AdbWinApi.dll and AdbWinUsbApi.dll just read the document on googlesource: https://android.googlesource.com/platform/development/+/android-7.1.0_r7/host/windows/usb/api/BUILDME.TXT
- Download and install Windows Driver Kit Version 7.1.0 only select the first section when running the installer.
- Download source code from googlesource: https://android.googlesource.com/platform/development/+/android-7.1.0_r7/host/windows/usb
- Edit winusb/SOURCES and change '..\api\obj$(BUILD_ALT_DIR)\i386\AdbWinApi.lib' to '..\api\obj$(BUILD_ALT_DIR)\amd64\AdbWinApi.lib'
- Run x64 Free Build Environment
- cd api && build -cbeEIFZ && cd ..
- cd winusb && build -cbeEIFZ && cd ..