Trying to build the cloudxr arcore client apk, but it tells me this:
Execution failed for task ‘:app:generateJsonModelDebug’.
C:\Users_\Desktop\2021-08-04-CloudXR-SDK\Sample\Android\GoogleAR\hello_cloudxr_c\app\CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Error in CMakeLists.txt:
Imported target “arcore” includes non-existent path
"C:\Users\_\Desktop\2021-08-04-CloudXR-SDK\Sample\Android\GoogleAR\hello_cloudxr_c/../../libraries/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
arcore is an inherent dependency in the gradle file. in theory, even in non-verbose mode, you should see some print about it being synced with other deps. if for some reason it wasn’t pulled down automatically by gradle, that would certainly be an issue we haven’t seen as yet.