React Native 0.57.1 Android Duplicate Resources

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

    This problem will happen when you have 2 images with similar names and different types.

    Just Check your assets and avoid naming the same.

提交回复
热议问题