Hi All,
We have been working on a android app which needs XXHDPI and XXXHDPI support, unfortunately the intel XDK build system says "Skipping xxhdpi due to invalid density" Please help.
We have used the intelxdk.config.additions.xml
<!-- +Android --><icon platform="android" src="images/xxhdpi.png" density="xxhdpi" width="144" height="144"/><!-- +Android --><icon platform="android" src="images/xxxhdpi.png" density="xxxhdpi" width="192" height="192"/>
With no luck, please see the below screen shot for reference. Please let us know how should we resolve this. Thanks.