Skip to content

Commit ef87ae8

Browse files
committed
Add note on building for Android
[skip CI]
1 parent e8a6d27 commit ef87ae8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ qmake5 -config release DEFINES+=WAYLAND
3939

4040
Note: Do not enable both flags simultaneously.
4141

42+
## Android
43+
44+
The Android apk needs to be built from Qt Creator and requires Android SDK and Android NDK. Note that Qt 5.15.2 will not work with recent NDKs, you must install and select NDK 21.x under Settings -> Devices -> Android.
4245

4346
# Releases
4447
Current releases for all platforms will be provided on a regular basis at [vulkan.gpuinfo.org/download.php](https://vulkan.gpuinfo.org/download.php).
4548

4649
# Dependencies
4750
- [Vulkan SDK](https://vulkan.lunarg.com/)
48-
- [Qt 5.15](https://www.qt.io/developers/) - Older versions may not work due to missing functionality
51+
- [Qt 5.15.2](https://www.qt.io/developers/) - Older versions may not work due to missing functionality

0 commit comments

Comments
 (0)