AAPT error: resource drawable/… not found

前端 未结 14 1674
粉色の甜心
粉色の甜心 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: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 is correct in all xml files.

提交回复
热议问题