Skip to content

Commit 2a7223b

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2442 from michelleangela/patch-1
Update install-visual-cpp-for-cross-platform-mobile-development
2 parents 5d3c869 + 18c388f commit 2a7223b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ 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.

0 commit comments

Comments
 (0)