From 1b77f5435e871cd58ef91a74b84fb3a5b70fa169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Wed, 14 Feb 2024 17:05:09 +0100 Subject: [PATCH] Add warning to Android build instructions mentioning that building is currently not possible. --- BUILD_ANDROID.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 8a0b9da260d..7bceb54cadc 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -8,6 +8,8 @@ SPDX-License-Identifier: Apache-2.0 # Build Android *Last Updated on December 15, 2020* +> [!WARNING] +> Android building is currently broken, due to breaking changes in Qt and Gradle. Help with updating (or rewriting) the Gradle scripts would be great. Please read the [general build guide](BUILD.md) for information on building other platforms. Only Android specific instructions are found in this file. **Note that these instructions apply to building for the Oculus Quest 1.**