AAPT error: resource drawable/… not found

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

    In my case I had deleted the folder "drawable"

    0 讨论(0)
  • 2020-12-11 00:44

    In my case I had to remove android:src="@drawable/background" and android:src="@drawable/logo" lines from splash_screen.xml although the error was originally pointing at AndroidManifest.xml.

    And like the first post is saying, make sure the <?xml version="1.0" encoding="utf-8"?> is correct in all xml files.

    0 讨论(0)
提交回复
热议问题