AAPT error: resource drawable/… not found

前端 未结 14 1706
粉色の甜心
粉色の甜心 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:29

    Check your each and every XML and maybe you will find the following situation.

    • While coping code or files from other projects, maybe you forgot to add some resources like drawable, strings.

    • Check each drawable files, may Android Studio will highlight when you open that file.

    Sometimes this type of error we have to find because of Android Studio stuck with errors.

提交回复
热议问题