Android模拟器错误:“系统UI已停止” [英] Android emulator error: "System UI has stopped"

查看:535
本文介绍了Android模拟器错误:“系统UI已停止”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近设置了我的Android开发环境。每一件事情都是好的,但是当我运行我的模拟器时,仿真器屏幕上出现错误对话框需要花费很多时间,不幸的是,系统UI已经停止,并且没有应用程序运行。
我最近转移到64位windows7,并使用JDK7和eclipse juno作为64位。
我的模拟器配置如下:



任何人都可以建议我有什么问题吗?

解决方案

这仍然是未回答但可能已经解决了。



我只想分享一下我的经验,澄清一些事情,其中​​一些可能不重要。无论如何,如果这有助于别人很好。



1)在运行4.0.3模拟器时,我在一台机器上出现了这个问题(一台新的但较慢的机器),但不是另一台(速度较快的机器)。这不是一个硬件问题,CPU速度没有什么不同。



2)这两台机器都是最新的ADT(Eclipse 4.2.x和Android 4.2.2(API 17)SDK环境。



3)编辑,甚至删除模拟器,然后重新创建它修复它。



4)最好的解决方案是找到并更新config.ini文件。在Windows 7(x64)中,我在 C:\Users \ [您的用户名] \中找到config.ini文件 .android\avd\ICS_4.0.3_API_15.avd [*请参阅下面的AVD名称]。



注意:首先确保在资源管理器中打开显示隐藏文件,文件夹或驱动器或者您将看不到.android文件夹。



5)不确定它是重要的,但我的条目说 hw.mainKeys = no ,而不是hw.mainKeys = false,有些人建议。将其更改为 hw.mainKeys = yes 似乎已解决问题。




  • AVD名称 - 您的AVD名称将不同于我的。我只需在名称中添加版本名称/ API级别,以便我可以快速扫描列表,然后转到一个版本,如Honeycomb,Ice Cream Sandwich,Jelly Bean等(例如,ICS_4.0.3_API_15.avd) li>


另一个线程中有更多的信息, 不幸的是系统用户界面已停止>。它首先提出一个看似切向的问题,但是到达同一个地方。


I have recently set up my Android development environment. Every thing is alright but when I run my emulator it takes to much time with an error dialog on the emulator screen says- "Unfortunately, System UI has stopped" and no application runs on it. I have recently shifted to 64bit windows7 and using JDK7 and eclipse juno for 64bit. My emulator configuration is given below:

can anyone suggest me what is wrong with it?

解决方案

This is still "unanswered", but it probably has been resolved.

I just want to share my experience and clarify a few things, some of which may not matter. Anyway, if this helps someone else that's great.

1) I had this problem on one machine (a new, but slower machine), but not another (the faster one) when running a 4.0.3 emulator. It is not a hardware problem though, and CPU speed doesn't make a difference.

2) Both machines are fully up-to-date ADT (Eclipse 4.2.x and Android 4.2.2 (API 17) SDK environments.

3) Editing, or even Deleting the emulator and then recreating it did NOT fix it.

4) The best solution is to locate and update the config.ini file. In Windows 7 (x64) I found the config.ini file in C:\Users\[your user name]\.android\avd\ICS_4.0.3_API_15.avd [*see AVD names below].

NOTE: First make sure you have "show hidden files, folder, or drives" turned on in Explorer or you won't see the ".android" folder.

5) Not sure it matters, but my entry said hw.mainKeys=no, not hw.mainKeys=false as some have suggested. Changing it to hw.mainKeys=yes seems to have fixed the problem.

  • AVD Names - Your AVD name will be different from mine. I just add the Release name/API level in the name so I can quickly scan the list and go to a release, such as Honeycomb, Ice Cream Sandwich, Jelly Bean, etc. (e.g., ICS_4.0.3_API_15.avd)

There's more information in another thread at < Unfortunately System UI has stopped >. It starts by asking a seemingly tangential question, but gets to the same place.

这篇关于Android模拟器错误:“系统UI已停止”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆