Summary: The adb path check seem to be platform dependent Instead of pre-validating the path we can execute the intended command and retry with an alternative adb path only if it fails with file not found error Related to https://github.com/facebook/flipper/issues/3430 (adb is not detected) ## Changelog Fix ADB detection and startup on Windows Pull Request resolved: https://github.com/facebook/flipper/pull/3434 Test Plan: #### adb is detected successfully when `adb.exe` is in `platform-tools`  #### Falling back to alternative path when `adb.exe` is the SDK folder  #### Otherwise failing if `adb.exe` is not found  Reviewed By: passy Differential Revision: D34240518 Pulled By: aigoncharov fbshipit-source-id: db834bbdc9815e5ad41f7a1329ec8d5869f6f24b
flipper-server-core
Package that manages connections with flipper clients, queries for adb/idb clients, accepts incoming websocket / rsocket connections and takes care of certificate exchange.
Used by Flipper desktop, flipper-server and flipper-dump