After manually installing every one of my libraries again, I've noticed that Shoutem UI is throwing an error and breaking my build only for android.
Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:11:7-34
is also present at [me.relex:photodraweeview:1.0.0] AndroidManifest.xml:10:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:7:5-117 to override.
Following suggestings from online I also tried changing my android:allowBackup in /android/app/src/main/AndroidManifest.xml to true But then that gives me this error
Duplicate class com.facebook.imagepipeline.cache.CountingMemoryCacheInspector found in modules imagepipeline-base-2.2.0-runtime.jar (com.facebook.fresco:imagepipeline-base:2.2.0) and stetho-2.0.0-runtime.jar (com.facebook.fresco:stetho:2.0.0)
Duplicate class com.facebook.imagepipeline.cache.CountingMemoryCacheInspector$DumpInfo found in modules imagepipeline-base-2.2.0-runtime.jar (com.facebook.fresco:imagepipeline-base:2.2.0) and stetho-2.0.0-runtime.jar (com.facebook.fresco:stetho:2.0.0)
Duplicate class com.facebook.imagepipeline.cache.CountingMemoryCacheInspector$DumpInfoEntry found in modules imagepipeline-base-2.2.0-runtime.jar (com.facebook.fresco:imagepipeline-base:2.2.0) and stetho-2.0.0-runtime.jar (com.facebook.fresco:stetho:2.0.0)
I'm currently using react-native version: 0.62.2.
Does anyone know how to fix this?
After manually installing every one of my libraries again, I've noticed that Shoutem UI is throwing an error and breaking my build only for android.
Following suggestings from online I also tried changing my
android:allowBackup in /android/app/src/main/AndroidManifest.xml to trueBut then that gives me this errorI'm currently using react-native version: 0.62.2.
Does anyone know how to fix this?