AAPT error: resource drawable/… not found

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

    In my case, the problem is code conflict, other person changed the same file with me. The resource code is changed. When I fix the file, the problem is gone.

提交回复
热议问题