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

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

    Add the below line to your android/build.gradle file

        ext {
                googlePlayServicesVersion = "16.0.1"
                // ... rest of ext properties
            }
    

    https://github.com/idehub/react-native-google-analytics-bridge/wiki/Android-build-problems

提交回复
热议问题