I am new to Android. Follow the HelloAndroid Tutorials by use Eclipse. After run HelloAndroid, the AVD \'xian_avd2\' lunched, but stop there, no \" Hello, Android\" display
And I got the solution from here. It perfectly works for me.
This worked on Linux for me:
This should work.
--- OR ---
This should also work.
This can happen on slow computers when the emulator doesn't start in time. When it eventually does start, it is no longer connected to ADB. The solution is to restart ADB so that it reconnects to the emulator. You can do this by executing the following in command line:
adb kill-server
adb start-server
Disable snapshot and don't use it. It is what solved this issue in my case
Maybe it's an AVD problem for existing machine. Try to create a new AVD from the AVD Manager and delete the old one.