Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
install android sdk documentations
Browse files Browse the repository at this point in the history
Reviewed By: lblasa

Differential Revision: D52163112

fbshipit-source-id: ddcfc586f706712f12bf778063dd3c602a2b8a28
  • Loading branch information
antonk52 authored and facebook-github-bot committed Dec 14, 2023
1 parent 8f5014b commit 90fb76c
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/getting-started/troubleshooting/install-android-sdk.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import useBaseUrl from '@docusaurus/useBaseUrl';
const imgStyle = {display: 'block', margin: 'auto', maxWidth: 600}

# Install Android SDK

Make sure Android Studio is installed.

- Launch Android Studio
- If it is reported as "damaged", open Applications directory in Finder, right click `Android Studio.app` and select "Open"

- Do not send statistics to google

<img src={useBaseUrl("img/android-sdk-1.png")} style={imgStyle} />

- "Next" to download SDK

<img src={useBaseUrl("img/android-sdk-2.png")} style={imgStyle} />

- "Next" to download selected SDK

<img src={useBaseUrl("img/android-sdk-3.png")} style={imgStyle} />

- "Next" to verify settings

<img src={useBaseUrl("img/android-sdk-4.png")} style={imgStyle} />

- Accept License Agreement and click "Finish"

<img src={useBaseUrl("img/android-sdk-5.png")} style={imgStyle} />

- Wait for install to finish (about 2 minutes)
- "Finish" for Downloading Components

<img src={useBaseUrl("img/android-sdk-6.png")} style={imgStyle} />
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
'getting-started/troubleshooting/general',
'getting-started/troubleshooting/android',
'getting-started/troubleshooting/ios',
'getting-started/troubleshooting/install-android-sdk',
'getting-started/troubleshooting/install-ios-sdk',
'getting-started/troubleshooting/react-native',
...fbInternalOnly(['getting-started/troubleshooting/fb/increase-anrdoid-emulator-storage']),
Expand Down
Binary file added website/static/img/android-sdk-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/android-sdk-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/android-sdk-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/android-sdk-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/android-sdk-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/android-sdk-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90fb76c

Please sign in to comment.