AAPT error: resource drawable/… not found

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

    In my case it was an xml selector. In the first line I had two of these (thanks to copy paste among my files):

    
    

    and Android Studio didn't give any warning or something. Removing it fixed the problem but it needed a full clean build afterwards.

提交回复
热议问题