Skip to content

Commit

Permalink
Fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Jan 6, 2025
1 parent 2c21af9 commit 7ffda94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/get-started/first-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ If your app fails to compile, review [Troubleshooting known issues](../troublesh
## Prerequisites

- Visual Studio Code, with the .NET MAUI extension installed and configured:
- Your Microsoft account connected to C# Dev Kit.
- The .NET SDK installed.
- The .NET MAUI SDK installed.
- Xcode installed on your Mac, including simulator runtimes and the Xcode command line tools, if targeting Apple platforms.
- Microsoft OpenJDK, the Android SDK, and an Android emulator installed on your machine, if targeting Android.
- Your Microsoft account connected to C# Dev Kit.
- The .NET SDK installed.
- The .NET MAUI SDK installed.
- Xcode installed on your Mac, including simulator runtimes and the Xcode command line tools, if targeting Apple platforms.
- Microsoft OpenJDK, the Android SDK, and an Android emulator installed on your machine, if targeting Android.

For more information, see [Installation](installation.md?tabs=visual-studio-code).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ In the command above:
- `-p:AndroidSdkDirectory="/path/to/sdk"` installs or updates Android dependencies to the specified absolute path. Suggested paths are *%LOCALAPPDATA%/Android/Sdk* on Windows, and *$HOME/Library/Android/sdk* on macOS.
- `-p:AcceptAndroidSDKLicenses=True` accepts the required Android licenses for development.

Try to avoid using paths that contain spaces or non-ASCII characters.
Try to avoid using paths that contain spaces or non-ASCII characters.

> [!NOTE]
> The `InstallAndroidDependencies` MSBuild target can also install the Java SDK if the `JavaSdkDirectory` MSBuild property is provided.
Expand Down

0 comments on commit 7ffda94

Please sign in to comment.