Error #12 on Android with specific files

Hi,

We are experimenting a very weird problem. We have integrated oneSignal push notification plugin and everything is working perfectly. We have decided to go to the next step and support Android specific push notification icons so our app look better.

The problem is as soon as we add the following files in our root directory, we receive the error #12 when building for android on Windows. We are using the build 2016.2818. If we remove those files from our root directory, then we can build properly without the error.

  • IconNotificationDefault-mdpi.png
  • IconNotificationDefault-hdpi.png
  • IconNotificationDefault-xhdpi.png
  • IconNotificationDefault-xxhdpi.png
  • IconNotificationDefault-hdpi-v11.png
  • IconNotificationDefault-mdpi-v11.png
  • IconNotificationDefault-xhdpi-v11.png
  • IconNotificationDefault-xxhdpi-v11.png

Any hint of how to solve this problem would be deeply appreciated ?

thanks

Nick

Ok, we found the problem, it seems we were missing the following file : IconNotificationDefault-ldpi.png

Everything is good now

Ok, we found the problem, it seems we were missing the following file : IconNotificationDefault-ldpi.png

Everything is good now