AAPT error: resource drawable/… not found

前端 未结 14 1661
粉色の甜心
粉色の甜心 2020-12-10 23:44

After recently upgrading my android studio, I am not able to build my project anymore.

Every time I execute a build, I am struck with the following error:

         


        
14条回答
  •  攒了一身酷
    2020-12-11 00:23

    In my case , I used a wrong reference to the android resource file i.e android:color/splash_bg instead of @color/splash_bg

    where splash_bg represents my custom color resource declared in res/values/colors.xml file.

提交回复
热议问题