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
This commit is contained in:
Pascal Hartig
2023-01-25 06:14:28 -08:00
committed by Facebook GitHub Bot
parent f996f90cf4
commit c5ce7a2328

View File

@@ -11,6 +11,15 @@ Flipper is a 'work in progress' and issues may occur. This page contains known i
<InternalAndroid /> <InternalAndroid />
## 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)
<OssOnly> <OssOnly>
## In-app diagnostics ## In-app diagnostics