android默认模拟器的替代品
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11699619/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Alternatives to android default emulator
提问by Waqas
Possible Duplicate:
Slow Android emulator
可能的重复:
慢速 Android 模拟器
Is there any fast and more efficient android emulator is available? I'm sick of android default emulator. Thanks
有没有更快更高效的安卓模拟器?我厌倦了 android 默认模拟器。谢谢
UPDATE 2:Genymotionis great too, since BlueStack App Player now forces you to install some apps to continue using free version. I tried Genymotion and quite happy with speed for App development, haven't tried gaming yet. Happy coding :)
更新 2:Genymotion也很棒,因为 BlueStack App Player 现在强制您安装一些应用程序才能继续使用免费版本。我尝试过 Genymotion 并且对 App 开发的速度非常满意,还没有尝试过游戏。快乐编码:)
UPDATE:BlueStack App Playeris the best and your world will be much easier. I recommend every one to download and test it now. You will thank me later :). To use it with eclipse just use this command in command prompt.
更新:BlueStack 应用播放器是最好的,你的世界会更轻松。我建议大家现在就下载并测试一下。稍后你会感谢我:)。要将它与 Eclipse 一起使用,只需在命令提示符中使用此命令。
adb connect 127.0.0.1
and after that you can launch apk on your faster and awesome emulator directly from your eclipse. Works on Windows and MAC.
之后,您可以直接从 eclipse 中在更快、更出色的模拟器上启动 apk。适用于Windows 和 MAC。
采纳答案by Waqas
UPDATE:
Genymotionis great, since BlueStack App Player now forces you to install some apps to continue using free version. I tried Genymotion and quite happy with speed for App development, haven't tried gaming yet. Happy coding :)
更新:
Genymotion很棒,因为 BlueStack App Player 现在强制您安装一些应用程序才能继续使用免费版本。我尝试过 Genymotion 并且对 App 开发的速度非常满意,还没有尝试过游戏。快乐编码:)
回答by Jomoos
You can speed up emulator by using hardware acceleration feature.
In order to make the Android emulator run faster and be more responsive, you can configure it to take advantage of hardware acceleration, using a combination of configuration options, specific Android system images and hardware drivers.
为了使 Android 模拟器运行得更快、响应更快,您可以将其配置为利用硬件加速,使用配置选项、特定 Android 系统映像和硬件驱动程序的组合。
To use Virtual Machine Acceleration you need,
要使用您需要的虚拟机加速,
- x86 AVD
- processor which supports virtualization extensions
- Android SDK Tools, Revision 17 or higher
- x86 AVD
- 支持虚拟化扩展的处理器
- Android SDK 工具,修订版 17 或更高版本
and to configure graphics acceleration, you need
并配置图形加速,您需要
- graphics processing unit (GPU)
- Android SDK Tools, Revision 17 or higher
- Android SDK Platform API 15, Revision 3 or higher
- 图形处理单元 (GPU)
- Android SDK 工具,修订版 17 或更高版本
- Android SDK 平台 API 15,修订版 3 或更高版本
See the android documentation - Using Hardware Acceleration- for instructions on how to configure your system.
有关如何配置系统的说明,请参阅 android 文档 -使用硬件加速。
回答by Zain Ali
You can make the booting of emulator fast using option Emulator snapshotsYou can also use Genymotion emulatorthat is much faster than android
您可以使用选项Emulator snapshots快速启动模拟器 您还可以使用比 android 快得多的Genymotion 模拟器