I am trying to build and run this repository augmented-images and I encounted this error.
Caused by: java.lang.RuntimeException: Error creating sfa.
Which drill down to this warning Warning ! API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'
.
More from the build log analysis I see the following errors ERROR: Failed to import 'sampledata/airplane/Airplane.obj'
I tried to find where this
variant.getMergeResources()
is used so I can replace it but no luck.
Please assist maybe I need to update the plugin. Which steps should I follow that is what I suspect will be the solution.