I'm using Visual Studio 2013 with the Multi-Device Hybrid Apps CTP 2.0. In the project template, there are several placeholder splashscreens and icons for Android: ldpi, mdpi, hdpi and xhdpi densities. How can I get support for xxhdpi and xxxhdpi densities? I tried following:
res/icons/android
(icon-144-xxhdpi.png) and res/screens/android
(screen-xxhdpi.png)The xxhdpi images are not present in the APK file after a build.
Currently Visual Studio does not support xxhdpi or xxxhdpi and therefore xxhdpi.png images does make it to package (.apk). VS CPT2.0 supports below listed resolution and you can see the complete list across different platforms here http://msdn.microsoft.com/en-us/library/dn757053.aspx#VisualAssets
Workaround to include xxhdpi or xxxhdpi resources to package:
Now all the resources present under bld\Debug\platforms\android\res will be add to package (*.apk)
Supported icon and screen resources in Visual Studio Multi-Device Hybrid Apps CTP 2.0:
icon-96-xhdpi.png
screen-xhdpi-landscape.png