This question already has answers here:
Why is the Android emulator so slow? How can we speed up the Android emulator? [closed]
                                
                                    (77个答案)
                                
                        
                                5年前关闭。
            
                    
我想学习android编程,我有一台带Linux Mint OS的笔记本电脑x64,并且已经安装了Eclipse Indigo和ADK,但是模拟器非常非常非常慢。 Windows中有一个选项,但它不支持Linux。我需要Linux和Android爱好者的帮助,请给我一些有关其工具的想法,一些链接,书籍或其他内容。谢谢 !。

我的硬件不支持硬件加速(Pentium x64)。

最佳答案

如果您的计算机具有Intel x86芯片,则Ubuntu上支持HAXM:

https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

您还可以在任何平台上使用“快照”来加快模拟器的启动速度。

如果您真的在寻找书的建议,我确实写了一本书,其中包含有关模拟器的几章内容(但实际上,只需搜索HAXM或Snapshots,然后省钱;-))-http://www.amazon.com/Android-Developer-Tools-Essentials-Zipalign/dp/1449328210

许多人喜欢这个第三方Android模拟器-http://www.genymotion.com/

09-16 06:22