首页 > 移动平台 > 详细

React native 启动报错Execution failed for task ':app:processDebugResources'.

时间:2020-07-09 20:50:55      阅读:128      评论:0      收藏:0      [点我收藏+]

------------恢复内容开始------------

报错如下

> Task :app:processDebugResources FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.   
Use ‘--warning-mode all‘ to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
20 actionable tasks: 6 executed, 14 up-to-date
?: D:\yfhx\java\AwesomeProject\node_modules\react-native-

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ‘:app:processDebugResources‘.
> Failed to create directory ‘D:\yfhx\java\AwesomeProject\android\app\build\intermediates\incremental\processDebugResources‘

* 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

解决办法

 技术分享图片

 

cd 项目目录下的Android 

执行 gradlew clean

React native 启动报错Execution failed for task ':app:processDebugResources'.

原文:https://www.cnblogs.com/oldzhang1222/p/13275716.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!