Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a reasonable value for SD card size for AVDs? [closed]

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?

like image 752
B. Clay Shannon-B. Crow Raven Avatar asked Nov 24 '11 17:11

B. Clay Shannon-B. Crow Raven


2 Answers

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.

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.

I always create a 10-100MB virtual sd card

Hope it helps a little

like image 80
Dominic Avatar answered Nov 15 '22 17:11

Dominic


Anywhere from 10-100MB seems to work fine. :)

like image 22
Random Person Avatar answered Nov 15 '22 18:11

Random Person