@amit --- "unlock" your "phone" by dragging the green lock (your
screenshot) to the right.

On Dec 18, 7:46 am, Amit Patel <[email protected]> wrote:
> I waited about 2 minutes and now Home screen is displayed but "Hello,
> Android" isnotyet displayed.
>
> find the screenshot 
> herehttp://picasaweb.google.co.in/lh/photo/H4FakMjk323HCiapBgutOQ?feat=di...
>
> On Dec 7, 10:19 pm, Justin Anderson <[email protected]> wrote:
>
>
>
> > Search the forums....  This has been addressed SEVERAL times already!
>
> > You are falling into one of two categories:
>
> > 1) You aren't waiting long enough for the emulator to load...  It can take
> > anywhere from 30 seconds to hours depending on your computer configuration
>
> > 2) You really are having a problem with the emulator and even if you let it
> > sit all night it still won't come up.  In that case I have read that some
> > people think it may have to do with having an older video card but I have
> > yet to see anything conclusive about the cause.
>
> > ----------------------------------------------------------------------
> > There are only 10 types of people in theworld...
> > Those who know binary and those who don't.
> > ----------------------------------------------------------------------
>
> > On Wed, Dec 2, 2009 at 4:11 PM, airtaz <[email protected]> wrote:
> > > I installed the sdk and eclipse. I am attempting to follow the guide
> > > athttp://developer.android.com/guide/tutorials/hello-world.html. I"m
> > >notgetting any notifications of errors. But my screen after running
> > > doesnotlook like the guide's. My screen opens up with a black
> > > section with the word "Android" in the middle of it, on the left side.
> > > And on the right side there are buttons consisting of a keyboard and
> > > above that other buttons relating to a phone.  Any ideas? I should
> > > point out tht setting up the ADT like they mention in the guide,
> > > doesn't work. I believe I managed to do it correctly via Eclipse.
>
> > > This is the exact code:
>
> > > package com.example.helloandroid;
>
> > > import android.app.Activity;
> > > import android.os.Bundle;
> > > import android.widget.TextView;
>
> > > public class HelloAndroid extends Activity {
> > >    /** Called when the activity is first created. */
> > >   �...@override
> > >    public void onCreate(Bundle savedInstanceState) {
> > >        super.onCreate(savedInstanceState);
> > >        TextView tv = new TextView(this);
> > >        tv.setText("Hello, Android");
> > >        setContentView(tv);
>
> > >    }
> > > }
>
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Beginners" group.
> > > To post to this group, send email to [email protected]
> > > To unsubscribe from this group, send email to
> > > [email protected]<android-beginners%2Bunsubscr
> > >  [email protected]>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to