English 中文(简体)
装满时的 Android
原标题:Android AVD emulator hangs while loading
  • 时间:2011-11-22 17:01:27
  •  标签:
  • android

I seem to have messed up AVD Emulator and need some expert help in solving the problem.

症状如下:

  1. When I try to open my_avd (my default avd) from AVD Manager, it takes a very long time to load (approx 10 - 20 mins). When loading completes, it just hangs and does not respond to any clicks (unlock mode!).
  2. I try loading my app on this emulator, it is abandoned with: "emulator-5554 disconnected! Cancelling com.app.xyz.xyzactivity activity launch !"
  3. 在试图从终点站发射我的肩_时(......android-sdk-linux/tools$ /emulator -avd my_avd ),装载时间较少,但放弃了终点站的“隔离错误”。

    • I have tried deleting & re-creating my_avd multiple times, but no go.
    • Have tried increasing the Device ram size to 1024 also, but even that did not help.
    • Tried the Snapshot: Enabled mode while creating my_avd, but that only worsens the problem.
    • Have reinstalled eclipse, android sdk, etc.

我在乌班图11.x(安装了Az32-libs)上使用Eclipse、Andan 4.0(API 14)。

Any help/ suggestions will be highly appreciated.

预 收

Ram

问题回答

引文另一种版本。 我对APIC14和15提出了这一问题,但与其他各方一道做了罚款。 如果你能够与例如第8号或第10号普通照会合作,那么你就会与你的DVD支持者产生问题。 我建议你允许Eclipse选择你所用的装置(根据你的目标版本和在你的DVD管理员上登记的装置)。 检查该装置的配置,并确保这些装置与你重新使用的真正装置相同。 这里是摩托拉-间谍(Rodid 2.3.3)。

Name    : Motorola_spice_key   
Device  : 2.7   QVGA(240x320:ldpi) 
CPU/ABI : ARM(armeabi)
Target  : Android 2.3.3 (Api level 10)
skin    : 240x320
snapshot: true
Memory - RAM/VMHeap : 512 / 16
Internal Storage: 200MiB
SD Card : 512Mib

引证。 如果失败,那么你可能不得不重新加入。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签