This is a sample project that is using only OpenXR and Vulkan on the android platform and targets Oculus Quest 2 device. This project demonstrates how to create a native c++ only project with Gradle and Cmake and utilize OpenXR runtime. The project was taken from the official OpenXR SDK samples.
Only the following dependencies are required:
To build the project just run the following in the project directory:
./gradlew assembleDebug #for debug build
./gradlew assembleRelease # for release build
After that, apk can be found in app/build/outputs/apk/
directory.