给android虚拟机加内存

转载: http://blog.csdn.net/zhangfei_jiayou/article/details/7039007 

C:\Users\Dream\.android\avd
选择虚拟机的配置文件 *.init, 添加/修改 如下参数:

hw.ramSize=512       
vm.heapSize=64  

添加后为:

target=Google Inc.:Google APIs:10  
path=C:\Users\Dream\.android\avd\avd.avd  
hw.ramSize=512   
vm.heapSize=64  

 

你可能感兴趣的:(c,android,虚拟机,Google,Path)