diff --git a/docs/get-started/first-app.md b/docs/get-started/first-app.md index e751e1ff3..bd54d5e8b 100644 --- a/docs/get-started/first-app.md +++ b/docs/get-started/first-app.md @@ -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). diff --git a/docs/get-started/installation.md b/docs/get-started/installation.md index ce5e69cbe..417e4030b 100644 --- a/docs/get-started/installation.md +++ b/docs/get-started/installation.md @@ -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.