我正在将Visual Studio 2013与多设备混合应用程序CTP 2.0一起使用。在项目模板中,Android有几个占位符启动画面和图标:ldpi,mdpi,hdpi和xhdpi密度。我怎样才能获得对xxhdpi和xxxhdpi密度的支持?我试过以下:
res/icons/android
(icon-144-xxhdpi.png)和res/screens/android
(screen-xxhdpi.png)构建后,APK文件中不存在xxhdpi图像。
答案 0 :(得分:1)
目前,Visual Studio不支持xxhdpi或xxxhdpi,因此 xxhdpi.png图像确实可以打包( .apk)。 VS CPT2.0支持下面列出的分辨率,您可以在http://msdn.microsoft.com/en-us/library/dn757053.aspx#VisualAssets
中查看不同平台的完整列表将xxhdpi或xxxhdpi资源包含在包中的解决方法:
现在 bld \ Debug \ platforms \ android \ res 下的所有资源都将添加到包(* .apk)
Visual Studio多设备混合应用程序CTP 2.0中支持的图标和屏幕资源:
图标-96-xhdpi.png
丝网xhdpi-landscape.png