首页 > 解决方案 > How do I specify a minimum ram requirement for my app

问题描述

I plan on making a mobile game for both IOS and Android devices. I noticed there are a lot of android devices that have certain ram installed. My plan is to have people download my game within at least 2gb of ram. But anything lower than that, they cannot download. I want to make this game for android players who has enough ram to play. Any way I can set this up?

标签: androidgoogle-playandroid-manifestdeviceram

解决方案


简短的回答是,没有办法通过使用清单过滤器来实现这一点,而是可以在选择要定位的设备时指定谷歌播放控制台中所需的最小内存量。

请参阅此处获取最新指南https://support.google.com/googleplay/android-developer/answer/7353455

在上面的链接上向下滚动到“从某些设备中排除您的应用程序”的部分,然后展开“按性能指标管理排除的设备”的选项卡

它解释了如何通过 ram 或芯片组缩小设备范围


推荐阅读