React Native 0.57.1 Android Duplicate Resources

前端 未结 10 989
离开以前
离开以前 2020-12-05 09:41

When running ./android/gradlew assembleRelease I get the following error:

``` * What went wrong: Execution failed for task \':app:mergeReleaseResources\

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 10:27

    Had the same error. What I did to resolve it:

    1. delete all the pictures in the drawable folder android/app/src/main/res
    2. generate apk cd android && gradlew assembleRelease

提交回复
热议问题