我看到,当我设置我的 AVD 时(我并不真正知道我在做什么,只是按照在线教程或其他东西),我给 SD 卡设置了 100 MiB 的值.这是一个合理的设置吗?我应该改用 8 GiB 之类的东西,还是有关系?
I see that when I set up my AVDs (not really knowing what I was doing, just following an online tutorial or something), I gave the SD cards a value of 100 MiBs. Is this a reasonable setting? Should I be using something like 8 GiBs instead, or does it matter?
如果您正在编写一个包含大量资源的游戏,您可能必须赋予它更高的价值.根据您的游戏选择大小.如果您只是开发一个不需要太多或不需要外部存储器的常用应用程序,您甚至可以创建一个 10MB 的 SD 卡.请记住,无论虚拟 sdcard 上实际存储了多少,eclipse 都会创建一个具有您输入的大小的 sdcard.img.
If you're writing a game with lots of resources you probably have to give it a higher value. Choose the size depending on your game. If you're just developing an usual app which doesn't require too much or no external memory you even can create just a 10MB sd card. Keep in mind that eclipse creates a sdcard.img which has the size you have entered, no matter how much is actually stored on the virtual sdcard.
我不确定,但我猜 sdcard 的大小对启动时间也有一点影响.所以 8GB 太多了,你永远不会用它.
I'm not sure but I guess that the size of the sdcard also has a little impact on the booting t time. So 8GB is too much, you'll never use it.
我总是创建一个 10-100MB 的虚拟 SD 卡
I always create a 10-100MB virtual sd card
希望对你有所帮助
这篇关于AVD 的 SD 卡大小的合理值是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!