Closed bori87 closed 6 years ago
Hi @bori87 ,
Can you share with me more details about your project, it would be very useful to include:
From the stack trace it looks like the native object behind the AnimatedImage abstraction (the com.facebook.imagepipeline.animated.base.AnimatedDrawable) is not available in your app. This can be due to multiple versions of the native Android Fresco library in your {N} applications. In order to verify if there aren't multiple {N} plugins that use the native Android library by checking in platforms/android/app/build/configurations , in that folder you can find folders contains each plugin's include.gradle. Those files contains the name and version of the native library that is used by the specific plugin.
I've had the same issue with tns-android 3.4.1. For some reason NS didn't compile the java fresco lib by itself, I had to force it to make a clean/full build.
Delete platforms/android folder then run tns add platform android
.
It's probably has more to do with NS itself than this library.
Had same problem, solved with @mikolino answer.
Closing this issue, resolution as mentioned by @mikolino here
app.module.ts