I recently downloaded Eclipse (Galileo), the Android SDK and Java. I followed instructions to write the "Hello World" app http://developer.android.com/guide/tutorials/hello-world.html from the developers'webpage and ran the app. a window opens with a phone screen that reads "ANDROID" on the left and a keyboard image on the right. It does not resemble the image on the webpage, wherein the result should read Hello Android.
Last p.m. I tried several times to run 2 messages appeared in the Console of the Eclipse SDK program: Hello Android]ActivityManager: Can't dispatch DDM chunk 46454154: no handler defined
Hello Android]ActivityManager: Error: Unable to connect to activity manager; is the system running?
How do I correct? Thank you.