Skip to content

feat(adb): add ADB path detection service (#3)#25

Merged
SamratB8 merged 1 commit into
devfrom
feature/adb-path-detection
Jul 13, 2026
Merged

feat(adb): add ADB path detection service (#3)#25
SamratB8 merged 1 commit into
devfrom
feature/adb-path-detection

Conversation

@SamratB8

Copy link
Copy Markdown
Collaborator

Summary

Implements the initial ADB executable path detection service for WinDroid Runtime.

Changes

  • added AdbPathResolver
  • added structured AdbPathResult
  • checks an optional custom ADB executable path first
  • falls back to searching the current system PATH
  • supports adb.exe and adb
  • returns normalized absolute paths
  • reports missing ADB through a structured failure result
  • avoids process execution and ADB command invocation

Validation

  • Debug build: 0 warnings, 0 errors
  • Release build: 0 warnings, 0 errors
  • git diff --check: clean
  • behavioral path-resolution checks passed

No WinUI changes, process execution, bundled ADB behavior, or unrelated refactoring were included.

Closes #3.

@SamratB8 SamratB8 merged commit 023da53 into dev Jul 13, 2026
2 checks passed
@SamratB8 SamratB8 deleted the feature/adb-path-detection branch July 13, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant