Skip to content

Known Issues

Sascha Willems edited this page Sep 4, 2021 · 7 revisions

The home for issues that currently have no immediate resolution due to feature, platform or driver issues.

Android Studio Build Failures

Android Studio receives frequent updates allowing developers to work with the latest versions of its build dependencies. Unfortunately, this also means it introduces combinations of different versions of these dependencies which will cause builds to fail. The latest versions that are found to work together are:

  • CMake: 3.10.2+ 1
  • Android SDK: Android 11.0 (R) API Level 30
  • Android SDK Tools: 31.0.0
  • Android NDK: 23.0.7599858
  • Android Studio: Arctic Fox 2020.3.1

1: The most recent CMake version 3.18.1 does not work. This is a known issue with the version included with the Android SDK. To explicitly select this version, open the project in Android Studio, go to Tools -> SDK Manager, select the Tools tab, enable "Show package details", untick version 3.18.1 under CMake and select the most recent 3.10 version.

Clone this wiki locally