English 中文(简体)
缩略语 不工作的装置
原标题:Android Virtual Device not working

我已经阅读了许多有关安乐器(AVD)的抱怨和问题,需要大量时间来装载,但人们经常谈论的只是几秒的拖延。

就我而言,装载大约需要15分钟(!),即便如此,它也冻结或反应非常缓慢。 我已经一劳永逸,但没有任何变化。

我在Eclipse方面也存在问题,但我将单独提出一个问题。

我正在使用一个略为老的PC,有英特尔核心Duo CPU, 2 GB RAM,有丰富的民盟空间,Windows XP SP3。

你们是否认为问题太小? 是否有可帮助我理解什么是错的标志?

成就

问题回答

2GB RAM并非很多,但你应当能够与它一道管理支持者。 争取在发起赞助者之前尽可能关闭其他方案。

It is my experience that the AVD startup time increases with the amount of virtual hardware you add to the AVD, so keep this simple. Also I noticed that Android 3.0 or higher AVDs can be rather sluggish in the emulator compared to the 2.x versions. However, their performance might improve if you increase the "Device ram size" and/or "Max VM application heap size" hardware properties (see also this post) I found some other tips in this post but I didn t try them myself.

如果你有电子文件,你可以检查日志,而DVD正在开始。





相关问题
Android emulator alternative

I m completely new to Android development, but I just got a HTC Hero and would like to develop a few applications for it. However, I ve use a laptop as my dev machine and the emulator is extremely ...

Getting my app to work on my phone

I wrote an app android sdk version 1.5 using it s built in emulator in eclipse. I created a database outside of eclipse populated it with data and push it to the emulator folder data/data/project name/...

how to run android emulator with TTS enabled

i hope i am not posting a duplicate question, can anyone please tell me how to enable TTS in android emulator enabled when eclipse starts it when we run the project. is it that i have to start with ...

Android: difference in ACTION_SEND between api level 2 and 5?

I have an android app that wants to initiate an email. The following code works in an api level 5 emulator, but not on a level 2 emulator or device: Intent emailIntent = new Intent(android.content....

Android Videoview video not seen

I am using Videoview to playback mp4 file from local machine using android emulator. I hear the audio, but the screen is blank and no video is seen. Android SDK 2.0.1 Does anyone have an idea what is ...

Android - Having a hard time debuging Eclipse

I am a little bit new to developing for Android using Eclipse (Coming from a .NET/Visual Studio background). My biggest problem in developing Android app is "debugging" them. Every time the emulator ...

热门标签