问题
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