Open jfaust opened 5 years ago
Also please add a dependency on com.google.ar.sceneform:filament-android:aar:1.10.0
, since somewhere in rendering
is a compile dependency on com/google/android/filament/android/UiHelper$RendererCallback
.
See https://github.com/bazelbuild/bazel/issues/8791#issuecomment-511976149 for more information.
In trying to get an sceneform-using app building with Bazel, I ran into https://github.com/bazelbuild/bazel/issues/8791
However, this appears to be an issue with the Sceneform maven release -
rendering
only depends oncom.google.ar.core
, with no dependency oncom.google.ar.sceneform.sceneform-base
. This presents itself as a missing definition forcom.google.ar.schemas.sceneform.LightingDef
.