Skip to content

Commit 18c388f

Browse files
author
Colin Robertson
authored
Adjust note location, grammar
1 parent 12c3dd2 commit 18c388f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cross-platform/install-visual-cpp-for-cross-platform-mobile-development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ The Visual Studio Installer includes a **Mobile development with C++** workload.
4646

4747
- Android Native Development Kit (NDK), Apache Ant, and the C++ Android development tools are required to build C++ code that targets the Android platform.
4848

49+
> [!NOTE]
50+
> Some tools in the Android NDK don't support Unicode characters in file paths and file names. If a project or source file has Unicode characters in its path or file name, the project will fail to build.
51+
4952
- The Google Android Emulator and Intel Hardware Accelerated Execution Manager (HAXM) are optional, but recommended, components. (The Intel HAXM drivers only work on Intel processors, and are incompatible with some VMs, including Hyper-V.) You can develop and debug directly on an Android device, but it's often easier to use an emulator on your desktop for debugging.
5053

5154
- C++ iOS development tools are required to build C++ code that targets the iOS platform.
5255

53-
> [!NOTE]
54-
> Some tools in the Android NDK does not support Unicode characters in file paths and file names. So if a project or source file has Unicode characters in its path or file name, the project will fail to build.
55-
5656
> [!NOTE]
5757
> If you're using Visual Studio 2015, see [Install Visual C++ for Cross-Platform Mobile Development (Visual Studio 2015)](install-visual-cpp-for-cross-platform-mobile-development.md?view=vs-2015)
5858

0 commit comments

Comments
 (0)