现在的位置: 首页 > 综合 > 正文

给android虚拟机加内存

2018年07月27日 ⁄ 综合 ⁄ 共 251字 ⁄ 字号 评论关闭

转载: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  

 

抱歉!评论已关闭.