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

后端 未结 17 2324
[愿得一人]
[愿得一人] 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:39

    As an update to this answer (if people can't figure out why, especially one Mac)

    use sudo! I was trying to figure out why gradlew commands were not running for ages, turns out - it didnt have permission!

    Use:

    sudo ./gradlew [command]

    I'm so frustrated and happy at the same time.

提交回复
热议问题