简体   繁体   中英

Execution failed for task ':app:processDebugResources' - React Native

I am getting error when I try to run the application. Attaching screenshots of errors.

Hoping to get the solution for this. Thanks.

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

Upgrade your gradle version to 3.5.4 in android/build.gradle as mentioned here and rebuild the app.

    dependencies {
        classpath("com.android.tools.build:gradle:3.5.4")
        // other stuff
    }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM