Android 2.3.3 (Windows) emulator doesn't show the phone desktop on startup. Getting a repeated Launcher (com.android.launcher) error

空扰寡人 提交于 2019-12-24 15:55:52

问题


When I try to run the Android 2.3.3 emulator, the phone desktop doesn't show.

Instead, this error message keeps popping up :

The Application Launcher (process com.android.launcher) has stopped unexpectedly. Please try again.

I keep force-closing it but it just keeps popping up.

However, any application that I try to run (I'm using Eclipse Helios for my IDE) runs fine in the background.

How do I get around this?


回答1:


you could look into the console view in eclipse.

or you could call

platform-tools/adb catlog 

to display the java log.



来源:https://stackoverflow.com/questions/5043901/android-2-3-3-windows-emulator-doesnt-show-the-phone-desktop-on-startup-gett

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!