Eclipse Mars2 4.5.2
SDK 2.2.3
To make usage of device type: "fenix3, tactix Bravo & quatix3", I added the following resources:
- resources-round-218x218\drawables
- resources-round-218x218\layouts
The Subfolder "drawables" contains drawable.xml & Icon40x40.png (which is referenced in drawable.xml).
Compiling gives me the error:
BUILD: ERROR: The specified icon is larger (61x43) than the allowed icon size (40x40) for fenix3
So I checked my devices.xml file, to ensure everything is fine:
[HTML]<device_families>
<device_family id="round" >
<device_family id="218x218" />
<device_family id="240x240" />
</device_family>
</device_families>
<device id="fenix3" part_number="006-B2050-00" name="fenix
As a counterexample, I tested the "Picker"-example. It contains "resources-round-240x240" and runs a fenix5 correct.
Thats why I think, there is a bug with 218x218 and 240x240 is working.
Original discussion