[android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-06-27 Thread bradleyclare
You probably defined the DisplayMessageActivity outside the original application tag in the manifest file. It should go inside the existing application tag. I made that same mistake the first time going through it. Good Luck. On Sunday, January 1, 2012 6:44:05 PM UTC-7, Vinayak wrote: HI,

Re: [android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-06-27 Thread Fred Niggle
First,please turn your caps lock off, second post your code and we can take a look (that does not mean you will get any answer, but we will look). Regards, Fred On 24 June 2012 01:39, bradleyclare bradleycl...@gmail.com wrote: You probably defined the DisplayMessageActivity outside the

[android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread Vinu
hi, below is the log from the Log Cat: 01-02 15:00:25.455: W/dalvikvm(300): threadid=1: thread exiting with uncaught exception (group=0x4001d800) 01-02 15:00:25.564: E/AndroidRuntime(300): FATAL EXCEPTION: main 01-02 15:00:25.564: E/AndroidRuntime(300): java.lang.RuntimeException: Unable to

Re: [android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread Raghav Sood
Android cannot find the class. Most likely you made a mistake in typing its name or there is an error in your AndroidManifest.xml Thanks On Mon, Jan 2, 2012 at 6:36 PM, Vinu vinu.d...@gmail.com wrote: hi, below is the log from the Log Cat: 01-02 15:00:25.455: W/dalvikvm(300): threadid=1: