AAPT error: resource drawable/… not found

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

    I had the same problem and I solved it when I added my icons in the drawable file to 24dp.

    Copy any icon you want and paste it in the drawable file, and it will create (by default) 24dp icons.

提交回复
热议问题