Now when I try to compile this example I get this error on Fuse 1.14.0:
Any clue how to solve this?
LottieView.java:56: error: cannot find symbol
return new com.airbnb.lottie.LottieAnimationView(com.apps.lottieapp.LottieApp.GetRootActivity());
^
symbol: method GetRootActivity()
location: class LottieApp
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.