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

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

    At Path android/app/build.gradle
    
    defaultConfig {
    multiDexEnabled true //Add this line
    }
    

    https://github.com/react-native-community/react-native-webview/issues/1344

提交回复
热议问题