Did you wait quite some time before you could see your app?
The reason I ask you this is because when you start the emulator for the
first time in your session from Eclipse, it takes quite some time for the
emulator to finish loading up and starting your application.

Look in your Eclipse console, it should say 'Starting intent com.ex... '

- Sunit Katkar
http://www.vidyut.com/sunit/android/ - Android OS Tutorials


On Wed, Nov 5, 2008 at 7:13 PM, Vishal <[EMAIL PROTECTED]> wrote:

>
> Hi, I am totally new to android. I followed the instructions on google
> and had the application running. However, when I started with "Hello
> world", my changes would not reflect on the emulator. When the
> emulator comes up, it just shows "Android". Below is the simple code
> that I am trying to run.
>
>    public void onCreate(Bundle savedInstanceState) {
>        super.onCreate(savedInstanceState);
>        TextView tv = new TextView(this);
>        tv.setTag("Hello World");
>        setContentView(tv);
>        /**setContentView(R.layout.main);**/
>    }
>
> >
>


-- 
- Sunit Katkar

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to