张同光:Hello_everyone!ztguang.blog.chinaunix.net
ztguang
全部博文(1159)
物联网(2)
服务(1)
大数据(1)
云计算(5)
安全(4)
入门导读(3)
教学进度表-大纲(4)
Linux简介与安装(57)
Linux的用户界面(14)
系统管理(31)
磁盘与文件管理(48)
软件包管理(37)
组建Linux局域网(22)
提供Internet服务(21)
MySQL与PHP(12)
系统管理高级(4)
Shell编程(11)
第1章-嵌入式系统(0)
第2章-嵌入式系统(0)
第3章-嵌入式软件(1)
第4章-BootLoader(0)
第5章-Linux在ARM(0)
第6章-根文件系统(0)
第7章-嵌入式Linu(0)
第8章-嵌入式Linu(0)
第1章-信息安全概(2)
第2章-物理安全技(0)
第3章-基础安全技(0)
第4章-操作系统安(6)
第5章-网络安全技(4)
第6章-数据库系统(0)
第7章-应用安全技(1)
第8章-容灾与数据(0)
相册(5)
skyeye(3)
qemu(9)
2016年(126)
2015年(350)
2014年(56)
2013年(91)
2012年(182)
2011年(193)
2010年(138)
2009年(23)
明艾娇
cpp_chin
shuaiaga
程睿
lzsos369
jun27
afeilove
lzw_me
durongze
aboys
lijunlin
consenmy
任李_123
wb123456
晓风残月
coolwate
52629441
小啵_wh
分类: Android平台
2015-07-14 17:41:30
Linux-based systems support virtual machine acceleration through the KVM software package. Follow emulator -avd <avd_name> -qemu -m 512 -enable-kvm Note: You must provide an x86-based AVD configuration name, otherwise VM acceleration will not be enabled. If you are running the emulator from Android Studio, run your Android application with an x86-based AVD and include the KVM options: In Android Studio, click your Android module folder and then select Run > Edit Configurations... In the left panel of the Run/Debug Configurations dialog, select your Android run configuration or create a new configuration. Under the Target Device options, select the x86-based AVD you created previously. In the Emulator tab, in the Additional command line options field, enter: -qemu -m 512 -enable-kvm Run your Android project using this run configuration. Important: When using the -qemu command line option, make sure it is the last parameter in your command. All subsequent options are interpreted as qemu-specific parameters.
Note: You must provide an x86-based AVD configuration name, otherwise VM acceleration will not be enabled.
-qemu -m 512 -enable-kvm
Important: When using the -qemu command line option, make sure it is the last parameter in your command. All subsequent options are interpreted as qemu-specific parameters.
-qemu
上一篇:CentOS7 安装 gcc-4.9.0
下一篇:Win下Android Studio v1安装 //CentOS 7环境变量
登录 注册