React Native: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'

后端 未结 17 2366
[愿得一人]
[愿得一人] 2020-12-30 01:15

I\'ve tried gradlew clean and every other solution available here and on GitHub but the error doesn\'t match and solution doesn\'t work

Error on cmd A

17条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-30 01:42

    me too had this same error, and i was able to debug it using the command ./gradlew assembleDebug --stacktrace(inside android folder) and for me it was because i had two libraries and both were having same package name, on changing package name of one resolved the issue

提交回复
热议问题