How to build HelloXR apk

I have followed the instructions and built the openxr.sln file. The steps that I followed is:

mkdir build\win64

cd build\win64

cmake -G “Visual Studio [Version Number] Win64” …/…

Does building the samples out of openxr.sln means building the HelloXR apk? I am new to CMake.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.