Cloudxr arcore client build failed

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.

Ran into the same error. @hawk1 - how did you resolve this?

Apologies for responding to an old thread, but did anyone fix this? We are trying to build the sample client, and keep running into this error.

For my experience, critical thing is Do not change original version configuration of gradle such as sdk version, ndk version.

I also have the same issue! Please provide some support on troubleshooting this!

i got the same problem. cloudXR SDK 3.2, focus3 HMD

I’m just brainstorming here, since different reports from different users without any detail at all.

There IS a directory length limit on windows, gradle does not support long paths as yet.

Try moving the root of your project to c:\cxr, keep internal names abbreviated/short, and asee if that all helps any.