Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ By the end of this mobile tutorial series, you will have:

## Android Development

**Platform Support:** Android development can be accomplished on either Windows PC or Mac. However, ARM64 variants of Windows do not run the Android simulator well.
**Platform Support:** Android development can be accomplished on either Windows PC or Mac.

> [!NOTE]
> ARM64 variants of Windows do not run the Android simulator very well.
>

**Required Tools:**
- **Android Device Manager** - Used to set up simulators (accessible through Visual Studio)
- **Android SDK Manager** - Used to install the SDK platforms

These tools are available by installing the Android Workload using the [Getting Started Instructions](../../../../getting_started/platforms.md).

## iOS Development

**Platform Requirement:** iOS development requires a Mac, whether you develop entirely on it or use the **Pair to Mac** option with Windows Visual Studio.
Expand Down