React Native 0.57.1 Android Duplicate Resources

前端 未结 10 1007
离开以前
离开以前 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:22

    Go to the android/app/src/res/ path and then delete all the drawable-hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi, raw folders.

提交回复
热议问题