对于任务':app:mergeReleaseResources'构建,React本机错误执行失败APK

时间:2020-08-27 10:44:28

标签: react-native apk

我已阅读并遵循此解决方案删除可绘制文件,但仍无法正常工作。 这是我关注的链接:Error Execution failed for task ':app:mergeReleaseResources' building APK

以下是我遵循上述方法后的错误代码:

small=TRUE

有帮助吗?

1 个答案:

答案 0 :(得分:0)

在Google上进行搜索后,没有找到其他类似的解决方案,然后尝试删除错误中提到的重复文件,它可以正常工作! 这些是我已删除的2个文件:

  1. android \ app \ src \ main \ res \ raw \ app.json
  2. android \ app \ build \ generate \ res \ react \ release \ raw \ app.json

删除这2个文件后,我然后运行:

> Task :app:mergeReleaseResources FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeReleaseResources'.
> [raw/app] C:\Users\User\Documents\Me\codes\Startup Project\iOrder_Merchant_recreate\android\app\src\main\res\raw\app.json     [raw/app] C:\Users\User\Documents\Me\codes\Startup Project\iOrder_Merchant_recreate\android\app\build\generated\res\react\release\raw\app.json: Error: Duplicate resources
  [raw/node_modules_reactnativevectoricons_glyphmaps_ionicons] C:\Users\User\Documents\Me\codes\Startup Project\iOrder_Merchant_recreate\android\app\src\main\res\raw\node_modules_reactnativevectoricons_glyphmaps_ionicons.json       [raw/node_modules_reactnativevectoricons_glyphmaps_ionicons] C:\Users\User\Documents\Me\codes\Startup Project\iOrder_Merchant_recreate\android\app\build\generated\res\react\release\raw\node_modules_reactnativevectoricons_glyphmaps_ionicons.json: Error: Duplicate resources

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 10s

然后它告诉我构建成功:)