Summary: …s directory Currently, flipper tries to launch emulators using `<android sdk path>\tools\emulator.exe`. The use of this emulator path has been deprecated for a while now, and remains in the sdk for those on versions of Android Studio 2.2 and older (see https://issuetracker.google.com/issues/66886035?pli=1). The supported path is `<android sdk path>\emulator\emulator.exe`. Trying to use the deprecated path on Windows results in a failure to launch AVDs. ## Changelog Point emulator path to emulator directory instead of deprecated tools directory. Pull Request resolved: https://github.com/facebook/flipper/pull/3046 Test Plan: Verified a failure to launch the AVD on windows using the deprecated path. Confirmed that updating the path results in a successful launch and the device showing up in flipper. Reviewed By: passy Differential Revision: D32489840 Pulled By: nikoant fbshipit-source-id: dde5bf5a29e89549f160d9d71133ff70398e1c1d
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