adb icon indicating copy to clipboard operation
adb copied to clipboard

Android's adb standalone build with cmake, support Linux(x86-64、arm64), Windows(32bit) and macOS!

Results 5 adb issues
Sort by recently updated
recently updated
newest added

Dear Sir, I follow the build step to build for arm64 on x86 Linux machine. When I executed cmake --build build-arm64 --config Release, it's failure as following log. Have any...

When connect to remote device ,i get an `invalid pointer` error after read_key_file ``` ❯ adb connect frps:8555 * daemon not running; starting now at tcp:5037 ADB server didn't ACK...

```diff diff --git a/src/socket_spec.cpp b/src/socket_spec.cpp index 6758c18..d682bad 100644 --- a/src/socket_spec.cpp +++ b/src/socket_spec.cpp @@ -325,7 +325,7 @@ int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_ #endif result = network_inaddr_any_server(port, SOCK_STREAM, error); }...

I want to ask why just support win32 , and use msys2 + openssl-devel to compile , whether or not?