English 中文(简体)
为什么安乐器缓慢? [复制]
原标题:Why is the Android emulator slow? [duplicate]
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
slow android emulator

是否有任何人知道该支持者为何缓慢? 其他推介器,例如Peter、Coroca SDK 装载机快......

奇怪为什么谷歌在这方面不做工作,它带来了一个私有化的反馈。

是否有计划改变这种状况?

最佳回答

为什么安乐器缓慢?

最大的问题是整个程序。 该软件基本上属于ARM投稿人内部的开放式转播器。 这确实非常昂贵。 围绕带有各种屏幕尺寸的DVD玩.。 你们会看到,(主要是)带有较大屏幕的DVD速度较慢(例如,桌子无法在我的机器上使用,头盔几乎像是一种真正的装置)。

Google is actually working on this, they demonstrated a (very) early hardware-accellerated, OpenGL based solution at the Google IO ADT session (minute 42:00 and onward) this year.

在此之前,你所能做的唯一事情是增加RAM(只要你在你的机器上拥有免费的实物援助团,如果你能够增加更多的费用,就会使事情更加缓慢的话),并能够加快开端。

问题回答
  • Increase your device ram size when your system resources allow it
  • In the edit-device window set the enable-checkbox for "Snapshot"

这将有助于加快速度。

The reason why it is quite slow: the Emulator is not really Android-specific or built just for Android - there is QEMU running behind the scenes.

Another important thing: The iPhone Simulator does not emulate the iPhone processor, therefore it s faster.
(Android) Emulator does emulate the ARM processor on the other hand side which makes it less performant

Emulator is slow only while it is loading. once you load , you don t have to load it at every execution of your project, so it s only a one time effort, as long as you don t close your emulator.





相关问题
What to look for in performance analyzer in VS 2008

What to look for in performance analyzer in VS 2008 I am using VS Team system and got the performance wizard and reports going. What benchmarks/process do I use? There is a lot of stuff in the ...

SQL Table Size And Query Performance

We have a number of items coming in from a web service; each item containing an unknown number of properties. We are storing them in a database with the following Schema. Items - ItemID - ...

How to speed up Visual Studio 2008? Add more resources?

I m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...

Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

热门标签