摇篮:执行失败的任务“:屏幕:processDebugResources”。 > [英] Gradle: Execution failed for task ':Screens:processDebugResources'. >

查看:160
本文介绍了摇篮:执行失败的任务“:屏幕:processDebugResources”。 >的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的xml文件的code

This is the code of my xml file

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle" >

    <gradient
            android:angle="180"
            android:centerColor="@color/Bisque"
            android:endColor="@color/Red"
            android:startColor="@color/Red" />

    <stroke
            android:width="1dip"
            android:color="@color/Black" />

    <corners android:radius="3dip" />

    <padding
            android:bottom="10dp"
            android:left="10dp"
            android:right="10dp"
            android:top="10dp" />
</shape>

和我想提的问题我的code,但我面对这些错误

and i think noting wrong with my code but i face these errors

推荐答案

如果你看到像这样的错误:

If you see an error that looks like this:

Gradle: Execution failed for task ':****:processDebugResources'.

请务必通读在信息的项目上面。有时也有更多的线索那里。

Make sure you look over the Information items above it. Sometimes there are more clues up there.

这篇关于摇篮:执行失败的任务“:屏幕:processDebugResources”。 &GT;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆