If you set GPU emulation to Yes for your AVD, then graphicsacceleration is automatically enabled when you run it. If you did not enable GPUemulation when you created the AVD, you can still enable it at runtime.
To enable graphics acceleration at runtime for an AVD:
- If you are running the emulator from the command line, just include the
-gpu onoption:emulator -avd <avd_name> -gpu on
本文介绍如何为Android虚拟设备(AVD)启用GPU仿真和图形加速。即使创建AVD时未开启GPU仿真,也可以通过命令行参数-gpuon来实现在运行时启用图形加速。
1万+

被折叠的 条评论
为什么被折叠?



