1

Image is attached

I am building an APK of my react-native project, after this command ./gradlew assembleRelease I am encountering this error.

ERROR: > Task :app:transformNativeLibsWithMergeJniLibsForRelease FAILED

I am expecting a genrated APK file, but did not succeeded.

aijaz ali
  • 67
  • 3
  • Please copy error message as text. – rvs Jul 24 '19 at 20:06
  • Looks like you're including a library with .so files. Check https://stackoverflow.com/questions/44342455/more-than-one-file-was-found-with-os-independent-path-meta-inf-license – JRK Jul 25 '19 at 08:17

1 Answers1

0

watch below link,then check your react native version,go to react-native specific version search generate signed apk popup new screen,then create apk step-by-step,finally you are created apk. https://youtu.be/cws_eQ5LQUk

Ajith
  • 66
  • 1
  • 6