I’m using the ARCore Raw Depth code lab: https://github.com/googlecodelabs/arcore-rawdepthapi.
I didn’t edit any of the code and I’m running the first part of the Code lab, part0_work, which is supposed to be an empty app that doesn’t do anything but access the camera.
Initially I had errors that my Java version and Gradle version didn’t match, so I upgraded Gradle to 7.2 – My Java version is 17. There aren’t any issues building the app now, but when I run part0_work, I get the following errors:
I’m not sure if I should deprecate Java or upgrade Gradle or if the issue is something else entirely.
I haven’t edited the source code at all, it’s identical to the code on the GitHub: https://github.com/googlecodelabs/arcore-rawdepthapi.
Dhatri Parakal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.