Skip to content

Commit

Permalink
Update _get-sdk-linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone authored Oct 6, 2023
1 parent 9e721d1 commit c7c59c4
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/get-started/install/_get-sdk-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,32 @@ $ flutter doctor
This command checks your environment and displays a report in the
terminal window.
Flutter bundles the Dart SDK. You don't need to install Dart.
Review the output for further tasks to perform.

To get greater detail on what you need to fix, add the `-v` flag:

```terminal
$ flutter doctor -v
```

The output might resemble the following:
Review the output for further tasks to perform.
An example would be the text shown in **bold**.

The `flutter doctor -v` output might resemble the following:

```nocode
{% comment %}
Need to use HTML for this code block to get the replacements
and boldface to work.
{% endcomment -%}

<pre>
[-] Android toolchain - develop for Android devices
• Android SDK at /Users/dash/Library/Android/sdk
✗ Android SDK is missing command line tools; download from https://goo.gl/XxQghQ
<strong>✗ Android SDK is missing command line tools; download from https://goo.gl/XxQghQ</strong>
• Try re-installing or updating your Android SDK,
visit {{site.url}}/setup/#android-setup for detailed instructions.
```
</pre>

The following sections describe how to perform these tasks and finish the setup process.

After installing any missing dependencies,
run the `flutter doctor` command again.
Expand Down

0 comments on commit c7c59c4

Please sign in to comment.