Search code examples
androidsplash-screenaapt

android build splash.9.png error


I have a build fail due to the following error

[aapt] res/drawable-xhdpi/splash.png:0: error: Resource entry splash is already defined.

[aapt] res/drawable-xhdpi/splash.9.png:0: Originally defined here.

Any ideas? Thanks!


Solution

  • You cannot include something.png and something.9.png at the same time. Delete or rename one of them.