From c5ce7a2328355a7cda67aac356e6f1213ae5d2f7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 25 Jan 2023 06:14:28 -0800 Subject: [PATCH] Edit android.mdx using inpage editor Summary: This diff has been automatically generated by the inpage editor. NOTE: If you want to update this diff, go via the preview link inside the static docs section below. Ensure you are editing the same page that was used to create this diff. Reviewed By: ivanmisuno Differential Revision: D42740196 fbshipit-source-id: ae7add46f7901e123d7a670bc39675ebf7a08a78 --- docs/getting-started/troubleshooting/android.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting-started/troubleshooting/android.mdx b/docs/getting-started/troubleshooting/android.mdx index cc75c42b1..771f9c15d 100644 --- a/docs/getting-started/troubleshooting/android.mdx +++ b/docs/getting-started/troubleshooting/android.mdx @@ -11,6 +11,15 @@ Flipper is a 'work in progress' and issues may occur. This page contains known i +## Stuck in "Currently Connecting..." + +There are sadly many non-deterministic reasons why Flipper may not be able to connect. It can often help to restart all pieces related to the connection: + +- Kill the app on the emulator and restart it. +- Restart the emulator. +- Restart adb with `adb kill-server && adb start-server`. +- The nuclear option: Restart your computer (especially when USB connectivity is involved) + ## In-app diagnostics