I'm trying to build my app but it fails with this message:
BUILD: ERROR: The specified icon is larger (40x40) than the allowed icon size (36x36) for fenix5s
BUILD: ERROR: Failed to compile application for device id 'fenix5s'.
I have aresources-fenix5s directory with the correctly named icon file of 36x36 px inside, but that does not seem to help. What could be wrong? I'm looking in the samples that come with the SDK and it seems that the resource identifier is correct (resources-fenix5s). I have other resource overrides in my project (fr920xt, vivoactive etc.) and they are all working fine.
I also cleaned the project, and manually deleted the bin directory files, but still I get the same message.