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

后端 未结 17 2338
[愿得一人]
[愿得一人] 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条回答
  •  Happy的楠姐
    2020-12-30 01:18

    Do this:

    1. Go to Android Studio

    2. Open your project file

    3. Click on Build

    4. Click on Clean Project

    5. Build again with react-native run-android

提交回复
热议问题