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

﹥>﹥吖頭↗ 提交于 2019-12-06 03:47:05

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!!!

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