4096 MiB SD card in Android Emulator… less than 9MB?

风流意气都作罢 提交于 2019-12-10 09:52:33

问题


Every time I attempt to create a new AVD with the latest Android SDK (under Eclipse), I can't actually specify SD Card Sizes greater than 1024 MiB. Any attempt to specify higher numbers gets me always the same message:

"SD Card Size must be at least 9MB"

What gives?

Any idea why this could be happening?


回答1:


Known issue. Vote for it.




回答2:


I have got the same problem too.

Answer found here:

http://code.google.com/p/android/issues/detail?id=7038

I've also reproduced it with the same setup as Michael. Here is some additional detail on what sizes are considered valid or invalid when generating a new AVD (set to MiB):

0-8: invalid 9-2047: valid 2047-4104: invalid 4105-6143: valid 6144-8200: invalid 8201: valid

=====

For example, I tried 4096MB and it gave the same error. But when I changed it to 4196M, the avd got created!!!



来源:https://stackoverflow.com/questions/2933276/4096-mib-sd-card-in-android-emulator-less-than-9mb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!