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

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

    Add following to your android/app/build.gradle

    dependencies {
       ....
       implementation 'com.android.support:design:27.1.0'
       ....
    }
    

提交回复
热议问题