0

The error message is .

Task :app:mergeDevelopmentDebugNativeLibs .

More than one file was found with OS independent path 'lib/armeabi-v7a/libfbjni.so'. If you are using jniLibs and CMake IMPORTED targets,

And i try

packagingOptions {

        pickFirst '**/libc++_shared.so'

        pickFirst '**/libfbjni.so'

    }

and run application but app is crash !!

maharsh
  • 39
  • 1
  • 1
  • 3

1 Answers1

0

I found the solution that works for me :

remove yarn.lock, nodeModules, podlockfile, and then execute yarn install.

GChuf
  • 1,135
  • 1
  • 17
  • 28
maharsh
  • 39
  • 1
  • 1
  • 3