我正在使用 Visual Studio 2017 构建跨平台 Cordova 应用程序。在构建我的 .apk 文件时,Visual Studio 仅为我插入的设备生成图标资产,而不是 Play Store 版本中需要支持的所有大小。
我的 config.xml 中定义我的图标的相关行:
<icon src="res/icons/icon_psi_color_edges.png" />
在我的 .apk 文件中assets/
,VS 仅创建一个drawable-mdpi-v4
文件夹,对应于我用作部署目标的 Nexus 4 设备。
我想让 Visual Studio 生成所有图标大小。这个问题有解决方案吗?