“为平板电脑设计您的应用”优化提示

时间:2017-04-22 12:19:31

标签: android android-studio google-play tablet

我最近在google play上传了一个应用。我只有一个png图标  放上m,h,xh,xxh,xxxh dpi文件夹,应用程序图标的其余部分是svg,我把它们放在anydpi文件夹中。然而在控制台中我看到了以下优化提示:

Your Production APK needs to meet the following criteria:

Your APK should include custom drawables assets for common tablet screen densities. 

这是我的res文件夹的截图

enter image description here

我已经搜索了stackoverflow并发现了一些相关问题,但没有答案对我有所帮助。有谁知道我做错了什么?

1 个答案:

答案 0 :(得分:0)

您可能需要将此配置行添加到您的gradle文件中:

defaultConfig { vectorDrawables.useSupportLibrary = true