增加Android模拟器的"Internal Storage"容量

android模拟器默认的内部存储空间只有几十m,随便安装几个app就满了,google了下,发现AVD管理器是没有增加内部存储空间的设置的,要增加需要使用命令行来启动模拟器,命令如下:

emulator -partition-size  <size> -avd <virtual device name>

可以把命令保存到批处理bat文件中,以方便以后直接启动。

使用命令行启动模拟器是不能使用snapshot功能的,创建的avd之前有启动的话,需要先关闭。 android avd

参考资料: https://groups.google.com/forum/?fromgroups#!topic/android-developers/wFO2HOcFiV4 http://developer.android.com/guide/developing/tools/emulator.html#startup-options

Licensed under CC BY-NC-SA 4.0
Built with Hugo
主题 StackJimmy 设计