OpenXR Tutorial: AndroidNdkModules Error

I am just learning so this may be a simple mistake on my part. After finishing the introduction section, I am getting this build error:

CMake Error at CMakeLists.txt:60 (include):
include could not find requested file:
AndroidNdkModules

This is on Ubuntu 22 and using Android Studio. I have a older version of Android Studio installed (Version 2022.1.1 Electric Eel Canary 10). Building Meta’s Hello XR project required an older version.

Incase anyone else has this issue, fixed it with this:

sudo apt remove cmake ninja-build

not sure if it was cmake, ninja-build or both.